Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dotpyu committed Jun 11, 2024
2 parents 2faeef2 + 39b1bb2 commit dd837cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alfred/fm/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def merge_rank_response(
scores = torch.empty(self.candidate_size)
candidates = []
for response_idx, response in enumerate(responses):
scores[response_idx] = response["logit"]
scores[response_idx] = response["logits"]
candidates.append(response["candidate"])

logits = {
Expand Down

0 comments on commit dd837cc

Please sign in to comment.