Skip to content

Commit 088dea6

Browse files
committed
1 run
1 parent f357065 commit 088dea6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eval_protocol/quickstart/llm_judge.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ def aime2025_dataset_adapter(rows: List[Dict[str, Any]]) -> List[EvaluationRow]:
6464
],
6565
rollout_processor=SingleTurnRolloutProcessor(),
6666
# preprocess_fn=split_multi_turn_rows,
67+
num_runs=1,
68+
max_dataset_rows=1,
6769
max_concurrent_rollouts=64,
6870
mode="pointwise",
6971
)

0 commit comments

Comments
 (0)