From 5a70abdddc5fbc038d4fe2545e678ce37f8c054c Mon Sep 17 00:00:00 2001 From: jooho lee Date: Thu, 14 Nov 2024 14:13:04 -0500 Subject: [PATCH] fix typo Signed-off-by: jooho lee --- config/runtimes/vllm-multinode-template.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/runtimes/vllm-multinode-template.yaml b/config/runtimes/vllm-multinode-template.yaml index 5fe74ded..ff95bf88 100644 --- a/config/runtimes/vllm-multinode-template.yaml +++ b/config/runtimes/vllm-multinode-template.yaml @@ -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."