Skip to content

Commit ba11fb1

Browse files
committed
remove disable log requests
1 parent 862e35d commit ba11fb1

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

benchmarks/single_node/gptoss_fp4_mi300x.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ vllm serve $MODEL --port $PORT \
4949
--gpu-memory-utilization 0.95 \
5050
--max-model-len $MAX_MODEL_LEN \
5151
--block-size=64 \
52-
--no-enable-prefix-caching \
53-
--disable-log-requests > $SERVER_LOG 2>&1 &
52+
--no-enable-prefix-caching > $SERVER_LOG 2>&1 &
5453

5554
SERVER_PID=$!
5655

benchmarks/single_node/gptoss_fp4_mi325x.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ vllm serve $MODEL --port $PORT \
4949
--gpu-memory-utilization 0.95 \
5050
--max-model-len $MAX_MODEL_LEN \
5151
--block-size=64 \
52-
--no-enable-prefix-caching \
53-
--disable-log-requests > $SERVER_LOG 2>&1 &
52+
--no-enable-prefix-caching > $SERVER_LOG 2>&1 &
5453

5554
SERVER_PID=$!
5655

benchmarks/single_node/gptoss_fp4_mi355x.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ vllm serve $MODEL --port $PORT \
5050
--gpu-memory-utilization 0.95 \
5151
--max-model-len $MAX_MODEL_LEN \
5252
--block-size=64 \
53-
--no-enable-prefix-caching \
54-
--disable-log-requests > $SERVER_LOG 2>&1 &
53+
--no-enable-prefix-caching > $SERVER_LOG 2>&1 &
5554

5655
SERVER_PID=$!
5756

0 commit comments

Comments
 (0)