Skip to content

Commit c585437

Browse files
author
chibu
committed
pin older vllm version
1 parent 1802a12 commit c585437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/automation/tasks/arenahard_generate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
class ArenaHardGenerateTask(BaseTask):
1111

1212
arenahard_packages = [
13-
"vllm==0.9.1",
14-
"huggingface-hub==0.34.2",
1513
ARENAHARD_PACKAGE,
1614
"hf_xet",
15+
"vllm==0.9.0",
16+
"huggingface-hub==0.34.2",
1717
]
1818

1919
def __init__(

0 commit comments

Comments
 (0)