Skip to content

Commit 873c222

Browse files
author
chibu
committed
use guidellm branch
1 parent e64fb12 commit 873c222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/automation/tasks/guidellm.py

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

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

1212
class GuideLLMTask(BaseTask):

0 commit comments

Comments
 (0)