mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 11:07:06 +00:00
(style):more clear error message (#242)
This commit is contained in:
@@ -96,7 +96,8 @@ function runPythonService {
|
|||||||
break
|
break
|
||||||
else
|
else
|
||||||
if [ "$i" -eq 10 ]; then
|
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
|
fi
|
||||||
echo "Retrying after 5 seconds..."
|
echo "Retrying after 5 seconds..."
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|||||||
Reference in New Issue
Block a user