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 7dee38b commit 263c2ffCopy full SHA for 263c2ff
src/automation/tasks/guidellm.py
@@ -4,7 +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@clearml-guidellm"
+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"
9
#GUIDELLM_PACKAGE = "git+https://github.com/neuralmagic/guidellm.git@main#egg=guidellm[dev]"
10
11
class GuideLLMTask(BaseTask):
0 commit comments