mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-09-01 03:55:53 +08:00
Fix Bugs
This commit is contained in:
parent
af7d3e45d5
commit
0487d7668a
@ -20,7 +20,7 @@ fi
|
||||
if [ "$TARGETPLATFORM" = "linux/amd64" ]; then
|
||||
eval "$WGET_CMD -O anaconda.sh https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-x86_64.sh"
|
||||
elif [ "$TARGETPLATFORM" = "linux/arm64" ]; then
|
||||
eval "$WGET_CMD -O anaconda.sh https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-aarch.sh"
|
||||
eval "$WGET_CMD -O anaconda.sh https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-aarch64.sh"
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
|
@ -12,9 +12,9 @@ WORKFLOW=${WORKFLOW:-"false"}
|
||||
LITE=${LITE:-"false"}
|
||||
|
||||
if [ "$WORKFLOW" = "true" ]; then
|
||||
WGET_CMD="wget --tries=25 --wait=5 --read-timeout=40 --retry-on-http-error=404"
|
||||
else
|
||||
WGET_CMD="wget -nv --tries=25 --wait=5 --read-timeout=40 --retry-on-http-error=404"
|
||||
else
|
||||
WGET_CMD="wget --tries=25 --wait=5 --read-timeout=40 --retry-on-http-error=404"
|
||||
fi
|
||||
|
||||
USE_FUNASR=false
|
||||
|
Loading…
x
Reference in New Issue
Block a user