Skip to content

Commit 3b0d86c

Browse files
author
chibu
committed
revert lmeval and setup.py, update vllm server log
1 parent 5d3e3ff commit 3b0d86c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

examples/lmeval_example.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
task = LMEvalTask(
44
project_name="alexandre_debug",
55
task_name="test_lmeval_task",
6-
branch = "update_guidellm",
76
model_id="meta-llama/Llama-3.2-1B-Instruct",
87
tasks="gsm8k",
98
model_args="dtype=auto,max_model_len=8192",
109
batch_size="auto",
1110
)
1211

13-
#task.execute_remotely("oneshot-a100x1")
14-
task.execute_remotely("remote-upgrade-default")
12+
task.execute_remotely("oneshot-a100x1")
1513
#task.execute_locally()

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
),
1515
install_requires=[
1616
"clearml==1.14.4",
17-
#"google-cloud-storage>=1.13.2",
17+
"google-cloud-storage>=1.13.2",
1818
"datasets",
1919
"pyhocon",
2020
],

0 commit comments

Comments
 (0)