mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 02:55:40 +08:00
[Bug fix] Dynamically setting the backend variable for genai_perf_tests in the run-nightly-benchmark script (#23375)
Signed-off-by: Naman Lalit <nl2688@nyu.edu>
This commit is contained in:
parent
325aa3dee9
commit
ebe14621e3
@ -382,7 +382,7 @@ run_genai_perf_tests() {
|
|||||||
client_command="genai-perf profile \
|
client_command="genai-perf profile \
|
||||||
-m $model \
|
-m $model \
|
||||||
--service-kind openai \
|
--service-kind openai \
|
||||||
--backend vllm \
|
--backend "$backend" \
|
||||||
--endpoint-type chat \
|
--endpoint-type chat \
|
||||||
--streaming \
|
--streaming \
|
||||||
--url localhost:$port \
|
--url localhost:$port \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user