Skip to content

Commit 439fac1

Browse files
committed
Fix CI
1 parent 2aee6d9 commit 439fac1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ai_infra_bench/check.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ def check_content_server_client_cmds(
241241
# Ensure bench_serving is available if sglang is not installed
242242
ensure_bench_serving_available()
243243
for cmd_idx, cmd in enumerate(client_cmd):
244+
cmd = cmd.strip()
244245
if cmd.startswith("python -m sglang.bench_serving"):
245246
cmd = cmd.replace(
246247
"python -m sglang.bench_serving",

0 commit comments

Comments
 (0)