Skip to content

Commit 451c834

Browse files
author
chibu
committed
test with base vllm
1 parent 1b253ca commit 451c834

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/automation/tasks/arenahard_generate.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99

1010
class ArenaHardGenerateTask(BaseTask):
1111

12+
arenahard_packages = [
13+
ARENAHARD_PACKAGE,
14+
"hf_xet",
15+
]
16+
17+
"""
1218
arenahard_packages = [
1319
"torch==2.7.0",
1420
"transformers==4.48.1",
@@ -19,6 +25,7 @@ class ArenaHardGenerateTask(BaseTask):
1925
"vllm==0.9.1",
2026
#"vllm",
2127
]
28+
"""
2229

2330
def __init__(
2431
self,

0 commit comments

Comments
 (0)