Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add C++ runtime for MeloTTS #1138

Merged
merged 17 commits into from
Jul 16, 2024
Prev Previous commit
Next Next commit
re-export the model with onnx 1.15.0
  • Loading branch information
csukuangfj committed Jul 16, 2024
commit 87067691cd533705c34bcc357555b9b62e944675
2 changes: 1 addition & 1 deletion scripts/melo-tts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function install() {
cd MeloTTS
pip install -r ./requirements.txt

pip install soundfile onnx onnxruntime
pip install soundfile onnx==1.15.0 onnxruntime==1.16.3

python3 -m unidic download
popd
Expand Down