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 d6ef266 commit 8c64910Copy full SHA for 8c64910
src/automation/tasks/guidellm.py
@@ -5,8 +5,8 @@
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 = "-e git+https://github.com/neuralmagic/guidellm.git@main#egg=guidellm"
+#GUIDELLM_PACKAGE = "git+https://github.com/neuralmagic/guidellm.git@use-old-run"
+GUIDELLM_PACKAGE = "git+https://github.com/neuralmagic/guidellm.git@main#egg=guidellm[dev]"
10
11
class GuideLLMTask(BaseTask):
12
0 commit comments