Skip to content

Commit ed94d7e

Browse files
committed
add correct endpoint prefix
1 parent 1ce28d0 commit ed94d7e

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
@@ -32,7 +32,7 @@ vllm serve $MODEL --host=0.0.0.0 --port=$PORT \
3232
--disable-log-requests > $SERVER_LOG 2>&1 &
3333

3434
set +x
35-
until curl --output /dev/null --silent --head --fail http://localhost:$PORT; do
35+
until curl --output /dev/null --silent --head --fail http://localhost:$PORT/health; do
3636
sleep 5
3737
done
3838

0 commit comments

Comments
 (0)