Skip to content

Commit 5cf7f26

Browse files
committed
remove comment
1 parent 92552ee commit 5cf7f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval_protocol/quickstart/llm_judge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ async def run_judgment(row):
9393
if row.evaluation_result:
9494
row.evaluation_result.score = mean_score
9595

96-
# Push scores back to adapter if provided. Note that one score per model will be pushed back onto same trace.
96+
# Push scores back to adapter if provided
9797
if adapter:
9898
adapter.upload_scores(rows, model_name, mean_score)
9999

0 commit comments

Comments
 (0)