Skip to content

Commit

Permalink
Merge pull request #297 from Jooho/odh_main_fix
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
Jooho authored Nov 14, 2024
2 parents a0c3ec4 + 061792e commit 0901977
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 0901977

Please sign in to comment.