Skip to content

Commit dc6d76d

Browse files
committed
remove reference env var
1 parent ed94d7e commit dc6d76d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/gptoss_fp4_h100_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ vllm serve $MODEL --host=0.0.0.0 --port=$PORT \
2929
--gpu-memory-utilization=0.9 \
3030
--tensor-parallel-size=$TP \
3131
--max-num-seqs=$CONC \
32-
--disable-log-requests > $SERVER_LOG 2>&1 &
32+
--disable-log-requests
3333

3434
set +x
3535
until curl --output /dev/null --silent --head --fail http://localhost:$PORT/health; do

0 commit comments

Comments
 (0)