Skip to content

Commit 57ea7f8

Browse files
authored
fix(ci): update openvoice checkpoints URLs (#3085)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 274487c commit 57ea7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/python/openvoice/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source $(dirname $0)/../common/libbackend.sh
55

66
# Download checkpoints if not present
77
if [ ! -d "checkpoints_v2" ]; then
8-
wget https://myshell-public-repo-hosting.s3.amazonaws.com/openvoice/checkpoints_v2_0417.zip -O checkpoints_v2.zip
8+
wget https://myshell-public-repo-host.s3.amazonaws.com/openvoice/checkpoints_v2_0417.zip -O checkpoints_v2.zip
99
unzip checkpoints_v2.zip
1010
fi
1111

0 commit comments

Comments
 (0)