Skip to content

Commit f41bd71

Browse files
committed
add explanatory comment
1 parent 533d354 commit f41bd71

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

benchmarks/gptoss_fp4_h100_docker.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,12 @@ vllm serve $MODEL --host=0.0.0.0 --port=$PORT \
3131
--max-num-seqs=$CONC \
3232
--disable-log-requests 2>&1 | tee $(mktemp /tmp/server-XXXXXX.log) &
3333

34+
# Show server logs til' it is up, then stop showing
3435
VLLM_PID=$!
3536
set +x
36-
3737
until curl --output /dev/null --silent --fail http://localhost:$PORT/health; do
3838
sleep 5
3939
done
40-
4140
pkill -P $$ tee 2>/dev/null
4241

4342
pip install -q datasets pandas

0 commit comments

Comments
 (0)