Skip to content

Commit

Permalink
Merge pull request #73 from BatsResearch/localize-ranked-logits-grpc
Browse files Browse the repository at this point in the history
Update grpc.py: Localizing logits normalization
  • Loading branch information
dotpyu authored Jul 5, 2024
2 parents e83fad7 + 9f06e58 commit 61b36ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alfred/fm/remote/grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import json
import logging
import socket
import torch
import torch.nn.functional as F
from concurrent import futures
from typing import Optional, Union, Iterable, Tuple, Any, List
Expand Down

0 comments on commit 61b36ef

Please sign in to comment.