Skip to content

Commit 7dee38b

Browse files
author
chibu
committed
redo with custom branch
1 parent 8c64910 commit 7dee38b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/automation/tasks/guidellm.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
import os
55

66
DEFAULT_SERVER_WAIT_TIME = 600 # 600 seconds = 10 minutes
7-
#GUIDELLM_PACKAGE = "git+https://github.com/neuralmagic/guidellm.git@main"
8-
#GUIDELLM_PACKAGE = "git+https://github.com/neuralmagic/guidellm.git@use-old-run"
9-
GUIDELLM_PACKAGE = "git+https://github.com/neuralmagic/guidellm.git@main#egg=guidellm[dev]"
7+
GUIDELLM_PACKAGE = "git+https://github.com/neuralmagic/guidellm.git@clearml-guidellm"
8+
#GUIDELLM_PACKAGE = "git+https://github.com/neuralmagic/guidellm.git@main#egg=guidellm[dev]"
109

1110
class GuideLLMTask(BaseTask):
1211

0 commit comments

Comments
 (0)