Skip to content

Commit 0552ead

Browse files
authored
Remove --disable-log-requests from vLLM single-node benchmark scripts (#1371)
1 parent 48d98aa commit 0552ead

4 files changed

Lines changed: 2 additions & 6 deletions

File tree

benchmarks/single_node/gptoss_fp4_b200.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ vllm serve $MODEL --host 0.0.0.0 --port $PORT \
5858
--config config.yaml \
5959
--gpu-memory-utilization 0.9 \
6060
--tensor-parallel-size $TP \
61-
--max-num-seqs 512 \
62-
--disable-log-requests > $SERVER_LOG 2>&1 &
61+
--max-num-seqs 512 > $SERVER_LOG 2>&1 &
6362

6463
SERVER_PID=$!
6564

benchmarks/single_node/kimik2.5_int4_b200.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ vllm serve $MODEL --host 0.0.0.0 --port $PORT \
4343
--tool-call-parser kimi_k2 \
4444
--compilation_config.pass_config.fuse_allreduce_rms true \
4545
--trust-remote-code \
46-
--disable-log-requests \
4746
--no-enable-prefix-caching > $SERVER_LOG 2>&1 &
4847

4948
SERVER_PID=$!

benchmarks/single_node/kimik2.5_int4_h200.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ vllm serve $MODEL --host 0.0.0.0 --port $PORT \
4545
--tool-call-parser kimi_k2 \
4646
--compilation_config.pass_config.fuse_allreduce_rms true \
4747
--trust-remote-code \
48-
--no-enable-prefix-caching \
49-
--disable-log-requests > $SERVER_LOG 2>&1 &
48+
--no-enable-prefix-caching > $SERVER_LOG 2>&1 &
5049

5150
SERVER_PID=$!
5251

benchmarks/single_node/minimaxm2.5_fp8_mi300x.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ vllm serve $MODEL --port $PORT \
4141
--gpu-memory-utilization 0.95 \
4242
--max-model-len $MAX_MODEL_LEN \
4343
--block-size=32 \
44-
--disable-log-requests \
4544
--no-enable-prefix-caching \
4645
--trust-remote-code > $SERVER_LOG 2>&1 &
4746

0 commit comments

Comments
 (0)