Skip to content

Commit e033ecb

Browse files
author
chibu
committed
update vllm
1 parent c585437 commit e033ecb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/automation/tasks/arenahard_generate.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ class ArenaHardGenerateTask(BaseTask):
1212
arenahard_packages = [
1313
ARENAHARD_PACKAGE,
1414
"hf_xet",
15-
"vllm==0.9.0",
16-
"huggingface-hub==0.34.2",
15+
"vllm==0.9.1",
16+
"huggingface-hub",
17+
#"huggingface-hub==0.34.2",
1718
]
1819

1920
def __init__(

0 commit comments

Comments
 (0)