We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce28d0 commit ed94d7eCopy full SHA for ed94d7e
1 file changed
benchmarks/gptoss_fp4_h100_docker.sh
@@ -32,7 +32,7 @@ vllm serve $MODEL --host=0.0.0.0 --port=$PORT \
32
--disable-log-requests > $SERVER_LOG 2>&1 &
33
34
set +x
35
-until curl --output /dev/null --silent --head --fail http://localhost:$PORT; do
+until curl --output /dev/null --silent --head --fail http://localhost:$PORT/health; do
36
sleep 5
37
done
38
0 commit comments