Skip to content

Commit 5d3e3ff

Browse files
author
chibu
committed
modify tokens
1 parent d1e686b commit 5d3e3ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/guidellm_example.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
target="http://localhost:8000/v1",
1414
data_type="emulated",
1515
max_seconds=30,
16-
data="prompt_tokens=512,generated_tokens=256,output_tokens=256",
17-
#branch = "update_guidellm",
16+
#data="prompt_tokens=512,generated_tokens=256,output_tokens=256",
17+
data="prompt_tokens=128,generated_tokens=128,output_tokens=128",
18+
branch = "update_guidellm",
1819
#vllm_kwargs={"enable-chunked-prefill": True}
1920
)
2021

0 commit comments

Comments
 (0)