Skip to content

Commit f357065

Browse files
committed
test
1 parent d9ea133 commit f357065

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
@@ -63,7 +63,7 @@ def aime2025_dataset_adapter(rows: List[Dict[str, Any]]) -> List[EvaluationRow]:
6363
},
6464
],
6565
rollout_processor=SingleTurnRolloutProcessor(),
66-
preprocess_fn=split_multi_turn_rows,
66+
# preprocess_fn=split_multi_turn_rows,
6767
max_concurrent_rollouts=64,
6868
mode="pointwise",
6969
)

0 commit comments

Comments
 (0)