Unverified Commit ebe14621 authored by Naman Lalit's avatar Naman Lalit Committed by GitHub
Browse files

[Bug fix] Dynamically setting the backend variable for genai_perf_tests in the...


[Bug fix] Dynamically setting the backend variable for genai_perf_tests in the run-nightly-benchmark script (#23375)
Signed-off-by: default avatarNaman Lalit <nl2688@nyu.edu>
parent 325aa3de
...@@ -382,7 +382,7 @@ run_genai_perf_tests() { ...@@ -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 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment