Skip to content

Commit 866dde1

Browse files
author
chibu
committed
readd upstream guidellm
1 parent 895cdb4 commit 866dde1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/automation/tasks/guidellm.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ class GuideLLMTask(BaseTask):
1313
"huggingface-hub==0.34.3",
1414
"triton==3.3.1",
1515
"vllm==0.10.0",
16-
GUIDELLM_PACKAGE,
1716
"hf_xet",
1817
"""
1918
guidellm_packages = [
2019
"vllm",
21-
"guidellm",
20+
GUIDELLM_PACKAGE,
2221
"hf_xet",
2322
]
2423

0 commit comments

Comments
 (0)