Skip to content

Commit 404d3a1

Browse files
author
chibu
committed
pinned transformers and latest vllm
1 parent 2325637 commit 404d3a1

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
@@ -13,8 +13,9 @@ class ArenaHardGenerateTask(BaseTask):
1313
ARENAHARD_PACKAGE,
1414
"hf_xet",
1515
"transformers==4.53.0",
16-
"vllm==0.9.1",
17-
"huggingface-hub==0.34.2",
16+
#"vllm==0.9.1",
17+
"huggingface-hub==0.34.3",
18+
"vllm",
1819
]
1920

2021
def __init__(

0 commit comments

Comments
 (0)