add openvoice backend (#2334)

Wip openvoice
This commit is contained in:
Ettore Di Giacinto 2024-05-19 16:27:08 +02:00 committed by GitHub
parent a10a952085
commit 8ad669339e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 377 additions and 3 deletions

View file

@ -0,0 +1,12 @@
#!/bin/bash
set -e
source $(dirname $0)/../common/libbackend.sh
# Download checkpoints if not present
if [ ! -d "checkpoints_v2" ]; then
wget https://myshell-public-repo-hosting.s3.amazonaws.com/openvoice/checkpoints_v2_0417.zip -O checkpoints_v2.zip
unzip checkpoints_v2.zip
fi
runUnittests