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 5d3e3ff commit 3b0d86cCopy full SHA for 3b0d86c
examples/lmeval_example.py
@@ -3,13 +3,11 @@
3
task = LMEvalTask(
4
project_name="alexandre_debug",
5
task_name="test_lmeval_task",
6
- branch = "update_guidellm",
7
model_id="meta-llama/Llama-3.2-1B-Instruct",
8
tasks="gsm8k",
9
model_args="dtype=auto,max_model_len=8192",
10
batch_size="auto",
11
)
12
13
-#task.execute_remotely("oneshot-a100x1")
14
-task.execute_remotely("remote-upgrade-default")
+task.execute_remotely("oneshot-a100x1")
15
#task.execute_locally()
setup.py
@@ -14,7 +14,7 @@
),
install_requires=[
16
"clearml==1.14.4",
17
- #"google-cloud-storage>=1.13.2",
+ "google-cloud-storage>=1.13.2",
18
"datasets",
19
"pyhocon",
20
],
0 commit comments