We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7e415 commit d231ba8Copy full SHA for d231ba8
1 file changed
eval_protocol/benchmarks/test_aime25.py
@@ -98,7 +98,7 @@ def aime2025_dataset_adapter(rows: List[Dict[str, Any]]) -> List[EvaluationRow]:
98
passed_threshold=0.8,
99
num_runs=1,
100
max_dataset_rows=30,
101
- max_concurrent_rollouts=8,
+ max_concurrent_rollouts=2,
102
mode="pointwise",
103
)
104
def test_aime25_pointwise(row: EvaluationRow) -> EvaluationRow:
0 commit comments