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 7238484 commit 11b92f2Copy full SHA for 11b92f2
examples/generate_arenahard_example.py
@@ -1,8 +1,8 @@
1
from automation.tasks import ArenaHardGenerateTask
2
3
task = ArenaHardGenerateTask(
4
- project_name="alexandre_debug",
5
- task_name="generate_math_task",
+ project_name="simple_debug",
+ task_name="generate_math_task_4",
6
#generate_model="meta-llama/Llama-3.2-1B-Instruct",
7
#generate_model="Qwen/Qwen2.5-1.5B-Instruct",
8
generate_model="Qwen/Qwen2.5-Math-1.5B-Instruct",
@@ -20,6 +20,5 @@
20
generation_endpoint_file='math_api_config.yaml',
21
)
22
23
-#task.execute_remotely("oneshot-a100x1")
24
-task.execute_remotely("remote-upgrade-default")
+task.execute_remotely("oneshot-a100x4")
25
#task.execute_locally()
0 commit comments