Skip to content

Commit

Permalink
[Fix] A small fix for the LiveBench checker (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
pufanyi authored Oct 9, 2024
1 parent 39e1586 commit d32efe6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __init__(
self.reason = reason
self.scorer_name = scorer_name
else:
score = scorer.get_score(question, answer, screen.images)
score = scorer.get_score(self.question, self.answer, screen.images)
self.score = score.score
self.reason = score.reason
self.scorer_name = scorer.get_name()
Expand Down

0 comments on commit d32efe6

Please sign in to comment.