Skip to content

Commit 420137d

Browse files
author
chibu
committed
use original default
1 parent 1550333 commit 420137d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/guidellm_example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
GUIDELLM__MAX_CONCURRENCY=256,
1212
GUIDELLM__REQUEST_TIMEOUT=21600,
1313
target="http://localhost:8000/v1",
14-
data_type="emulated",
14+
#data_type="emulated",
1515
max_seconds=30,
1616
#config = "benchmarking_32k",
17-
data="prompt_tokens=128,output_tokens=128",
17+
#data="prompt_tokens=128,output_tokens=128",
1818
branch = "update_guidellm",
1919
vllm_kwargs={"enable-chunked-prefill": True}
2020
)

src/automation/configs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
#DEFAULT_OUTPUT_URI = "gs://neuralmagic-clearml"
44
DEFAULT_OUTPUT_URI = "http://10.128.20.60:8081"
55
DEFAULT_RESEARCH_BRANCH = "main"
6-
#DEFAULT_GUIDELLM_SCENARIO = "chat"
7-
DEFAULT_GUIDELLM_SCENARIO = "benchmarking_summarization"
6+
DEFAULT_GUIDELLM_SCENARIO = "chat"
7+
#DEFAULT_GUIDELLM_SCENARIO = "benchmarking_summarization"

0 commit comments

Comments
 (0)