Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: jooho lee <[email protected]>
  • Loading branch information
Jooho committed Nov 14, 2024
1 parent a0c3ec4 commit 061792e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/runtimes/vllm-multinode-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,7 @@ objects:
exit 1
fi
# Check model health health_check=$(curl -o /dev/null -s -w "%{http_code}\n" http://localhost:8080/health)
if [[ ${health_check} != 200 ]]; then
echo "Unhealthy - vLLM Runtime Health Check failed."
exit 1
# Check model health
health_check=$(curl -o /dev/null -s -w "%{http_code}\n" http://localhost:8080/health)
if [[ ${health_check} != 200 ]]; then
echo "Unhealthy - vLLM Runtime Health Check failed."
Expand Down

0 comments on commit 061792e

Please sign in to comment.