Skip to content

Commit 8c64910

Browse files
author
chibu
committed
updated to use dev branch
1 parent d6ef266 commit 8c64910

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
@@ -5,8 +5,8 @@
55

66
DEFAULT_SERVER_WAIT_TIME = 600 # 600 seconds = 10 minutes
77
#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 = "-e git+https://github.com/neuralmagic/guidellm.git@main#egg=guidellm"
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]"
1010

1111
class GuideLLMTask(BaseTask):
1212

0 commit comments

Comments
 (0)