Skip to content

Commit 0f59155

Browse files
committed
Update task_adapter.py
1 parent b27101c commit 0f59155

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/algotune/task_adapter.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ def evaluate(program_path, config=None):
745745
config = {{
746746
"algotune": {{
747747
"num_trials": 5,
748-
"data_size": 500,
748+
"data_size": 100,
749749
"timeout": 30,
750750
"num_runs": 3,
751751
"warmup_runs": 1
@@ -961,7 +961,7 @@ def evaluate_stage1(program_path, config=None):
961961
config = {{
962962
"algotune": {{
963963
"num_trials": 5,
964-
"data_size": 500,
964+
"data_size": 100,
965965
"timeout": 30
966966
}}
967967
}}
@@ -1166,7 +1166,7 @@ def replace_latex_command(match):
11661166
# AlgoTune task-specific configuration
11671167
algotune:
11681168
num_trials: 5
1169-
data_size: 500
1169+
data_size: 100
11701170
timeout: 30
11711171
num_runs: 3
11721172
warmup_runs: 1

0 commit comments

Comments
 (0)