From 36907ccac1ab42fd3f501716a80ab8d892ccb2a1 Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 17 Oct 2023 20:54:38 +0800 Subject: [PATCH] (style):more clear error message (#242) --- assembly/bin/supersonic-common.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assembly/bin/supersonic-common.sh b/assembly/bin/supersonic-common.sh index ce76e684b..f70833ff7 100755 --- a/assembly/bin/supersonic-common.sh +++ b/assembly/bin/supersonic-common.sh @@ -96,7 +96,8 @@ function runPythonService { break else if [ "$i" -eq 10 ]; then - echo "llmparser Health check failed after 10 attempts. Exiting." + echo "llmparser Health check failed after 10 attempts." + echo "May still downloading model files. Please check llmparser.log in runtime directory." fi echo "Retrying after 5 seconds..." sleep 5