Skip to content

Commit c90cabe

Browse files
author
chibu
committed
lm eval vllm change
1 parent 987cf62 commit c90cabe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/automation/tasks/lmeval.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
class LMEvalTask(BaseTask):
77

88
lmeval_packages = [
9-
"vllm",
9+
#"vllm",
10+
"vllm==0.9.1",
1011
"git+https://github.com/EleutherAI/lm-evaluation-harness.git",
1112
"numpy==2.1",
1213
"hf_xet",

0 commit comments

Comments
 (0)