Skip to content

Commit 16b83bc

Browse files
author
chibu
committed
base complete
1 parent 873c222 commit 16b83bc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

examples/guidellm_example.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
#target="http://fed73cc1-us-east.lb.appdomain.cloud/v1",
1515
data_type="emulated",
1616
max_seconds=30,
17-
data="prompt_tokens=512,generated_tokens=256",
17+
#data="{'prompt_tokens': 512, 'generated_tokens': 256, 'output_tokens' : 256}",
18+
data="prompt_tokens=512,generated_tokens=256,output_tokens=256",
19+
#data="prompt_tokens=512,generated_tokens=256",
1820
branch = "update_guidellm",
1921
#vllm_kwargs={"enable-chunked-prefill": True}
2022
)

src/automation/tasks/guidellm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import os
55

66
DEFAULT_SERVER_WAIT_TIME = 600 # 600 seconds = 10 minutes
7-
#GUIDELLM_PACKAGE = "git+https://github.com/neuralmagic/guidellm.git"
8-
GUIDELLM_PACKAGE = "git+https://github.com/neuralmagic/guidellm.git@clearml-guidellm"
7+
GUIDELLM_PACKAGE = "git+https://github.com/neuralmagic/guidellm.git"
8+
#GUIDELLM_PACKAGE = "git+https://github.com/neuralmagic/guidellm.git@clearml-guidellm"
99
#GUIDELLM_PACKAGE = "git+https://github.com/neuralmagic/guidellm.git@clearml-guidellm#egg=guidellm"
1010
#GUIDELLM_PACKAGE = "git+https://github.com/neuralmagic/guidellm.git@main#egg=guidellm[dev]"
1111

0 commit comments

Comments
 (0)