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 e64fb12 commit 873c222Copy full SHA for 873c222
src/automation/tasks/guidellm.py
@@ -4,9 +4,9 @@
4
import os
5
6
DEFAULT_SERVER_WAIT_TIME = 600 # 600 seconds = 10 minutes
7
-GUIDELLM_PACKAGE = "git+https://github.com/neuralmagic/guidellm.git"
+#GUIDELLM_PACKAGE = "git+https://github.com/neuralmagic/guidellm.git"
8
+GUIDELLM_PACKAGE = "git+https://github.com/neuralmagic/guidellm.git@clearml-guidellm"
9
#GUIDELLM_PACKAGE = "git+https://github.com/neuralmagic/guidellm.git@clearml-guidellm#egg=guidellm"
-#GUIDELLM_PACKAGE = "git+https://github.com/neuralmagic/guidellm.git@clearml-guidellm"
10
#GUIDELLM_PACKAGE = "git+https://github.com/neuralmagic/guidellm.git@main#egg=guidellm[dev]"
11
12
class GuideLLMTask(BaseTask):
0 commit comments