Skip to content

Commit 1b821e2

Browse files
committed
reformat commands
1 parent f60039e commit 1b821e2

1 file changed

Lines changed: 15 additions & 8 deletions

File tree

tests/functional_tests/serving/test_vllm_serve_qwen3_next.py

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,21 @@ def vllm_server():
3838
"vllm",
3939
"serve",
4040
MODEL_PATH,
41-
"--tensor-parallel-size", str(TP_SIZE),
42-
"--max-model-len", "16384",
43-
"--max-num-batched-tokens", "16384",
44-
"--max-num-seqs", "512",
45-
"--gpu-memory-utilization", "0.85",
46-
"--enforce-eager",
47-
"--host", HOST,
48-
"--port", str(port),
41+
"--tensor-parallel-size",
42+
str(TP_SIZE),
43+
"--max-model-len",
44+
"16384",
45+
"--max-num-batched-tokens",
46+
"16384",
47+
"--max-num-seqs",
48+
"512",
49+
"--gpu-memory-utilization",
50+
"0.85",
51+
"--enforce-eager",
52+
"--host",
53+
HOST,
54+
"--port",
55+
str(port),
4956
]
5057

5158
print(f"\n[Setup] Starting vLLM service (TP={TP_SIZE}): {' '.join(cmd)}")

0 commit comments

Comments
 (0)