Skip to content

Commit 5cc00bd

Browse files
author
chibu
committed
latest vllm
1 parent 7238484 commit 5cc00bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/automation/tasks/arenahard_generate.py

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

1212
arenahard_packages = [
13-
"transformers==4.53.0",
13+
"vllm",
14+
#"transformers==4.53.0",
1415
"huggingface-hub==0.34.3",
1516
ARENAHARD_PACKAGE,
1617
"hf_xet",
17-
"vllm==0.9.1",
18-
#"vllm",
18+
#"vllm==0.9.1",
1919
]
2020

2121
def __init__(

0 commit comments

Comments
 (0)