Skip to content

Commit c091e5b

Browse files
committed
try 1 concurrent rollout
1 parent fc82767 commit c091e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval_protocol/benchmarks/test_aime25.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def aime2025_dataset_adapter(rows: List[Dict[str, Any]]) -> List[EvaluationRow]:
9999
passed_threshold=0.8,
100100
num_runs=1,
101101
max_dataset_rows=30,
102-
max_concurrent_rollouts=2,
102+
max_concurrent_rollouts=1,
103103
mode="pointwise",
104104
)
105105
def test_aime25_pointwise(row: EvaluationRow) -> EvaluationRow:

0 commit comments

Comments
 (0)