Skip to content

Commit d231ba8

Browse files
committed
test low concurrency
1 parent ee7e415 commit d231ba8

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
@@ -98,7 +98,7 @@ def aime2025_dataset_adapter(rows: List[Dict[str, Any]]) -> List[EvaluationRow]:
9898
passed_threshold=0.8,
9999
num_runs=1,
100100
max_dataset_rows=30,
101-
max_concurrent_rollouts=8,
101+
max_concurrent_rollouts=2,
102102
mode="pointwise",
103103
)
104104
def test_aime25_pointwise(row: EvaluationRow) -> EvaluationRow:

0 commit comments

Comments
 (0)