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