Skip to content

Commit 263c2ff

Browse files
author
chibu
committed
repo override
1 parent 7dee38b commit 263c2ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/automation/tasks/guidellm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +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@clearml-guidellm"
7+
GUIDELLM_PACKAGE = "git+https://github.com/neuralmagic/guidellm.git@clearml-guidellm#egg=guidellm"
8+
#GUIDELLM_PACKAGE = "git+https://github.com/neuralmagic/guidellm.git@clearml-guidellm"
89
#GUIDELLM_PACKAGE = "git+https://github.com/neuralmagic/guidellm.git@main#egg=guidellm[dev]"
910

1011
class GuideLLMTask(BaseTask):

0 commit comments

Comments
 (0)