Skip to content

Commit 2325637

Browse files
author
chibu
committed
hf hub
1 parent dd4bd9a commit 2325637

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/automation/tasks/arenahard_generate.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ class ArenaHardGenerateTask(BaseTask):
1212
arenahard_packages = [
1313
ARENAHARD_PACKAGE,
1414
"hf_xet",
15-
"vllm==0.9.1",
1615
"transformers==4.53.0",
17-
"huggingface-hub",
18-
#"huggingface-hub==0.34.2",
16+
"vllm==0.9.1",
17+
"huggingface-hub==0.34.2",
1918
]
2019

2120
def __init__(

0 commit comments

Comments
 (0)