We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aee6d9 commit 439fac1Copy full SHA for 439fac1
ai_infra_bench/check.py
@@ -241,6 +241,7 @@ def check_content_server_client_cmds(
241
# Ensure bench_serving is available if sglang is not installed
242
ensure_bench_serving_available()
243
for cmd_idx, cmd in enumerate(client_cmd):
244
+ cmd = cmd.strip()
245
if cmd.startswith("python -m sglang.bench_serving"):
246
cmd = cmd.replace(
247
"python -m sglang.bench_serving",
0 commit comments