(style):more clear error message (#242)

This commit is contained in:
Scott
2023-10-17 20:54:38 +08:00
committed by GitHub
parent 0f3e9e8754
commit 36907ccac1

View File

@@ -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