[Misc] Clean up flags in vllm bench serve (#25138)

Signed-off-by: Roger Wang <hey@rogerw.io>
This commit is contained in:
Roger Wang
2025-09-18 05:43:33 -07:00
committed by GitHub
parent 66072b36db
commit 21da73343a
4 changed files with 39 additions and 23 deletions

View File

@@ -68,7 +68,7 @@ def test_bench_serve_chat(server):
"5",
"--endpoint",
"/v1/chat/completions",
"--endpoint-type",
"--backend",
"openai-chat",
]
result = subprocess.run(command, capture_output=True, text=True)