We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c64910 commit 7dee38bCopy full SHA for 7dee38b
src/automation/tasks/guidellm.py
@@ -4,9 +4,8 @@
4
import os
5
6
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]"
+GUIDELLM_PACKAGE = "git+https://github.com/neuralmagic/guidellm.git@clearml-guidellm"
+#GUIDELLM_PACKAGE = "git+https://github.com/neuralmagic/guidellm.git@main#egg=guidellm[dev]"
10
11
class GuideLLMTask(BaseTask):
12
0 commit comments