File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ $ python3 MMVCServerSIO.py -p 18888 --https true \
5555 --hubert_soft pretrain/hubert/hubert-soft-0d54a1f4.pt \
5656 --nsf_hifigan pretrain/nsf_hifigan/model \
5757 --hubert_base_jp pretrain/rinna_hubert_base_jp.pt \
58- --model_dir models
58+ --model_dir model_dir
5959```
6060
61614 . Enjoy developing.
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ $ python3 MMVCServerSIO.py -p 18888 --https true \
5555 --hubert_soft pretrain/hubert/hubert-soft-0d54a1f4.pt \
5656 --nsf_hifigan pretrain/nsf_hifigan/model \
5757 --hubert_base_jp pretrain/rinna_hubert_base_jp.pt \
58- --model_dir models
58+ --model_dir model_dir
5959```
6060
61614 . 開発しましょう
Original file line number Diff line number Diff line change 66uvicorn == 0.21.1
77pyOpenSSL == 23.1.1
88numpy == 1.23.5
9- torch == 1.13.1
9+ torch == 2.0.1
10+ torchaudio == 2.0.2
1011resampy == 0.4.2
1112python-socketio == 5.8.0
1213fastapi == 0.95.1
1314python-multipart == 0.0.6
14- onnxruntime-gpu == 1.13.1
15+ onnxruntime-gpu == 1.15.0
1516pyworld == 0.3.3
1617scipy == 1.10.1
1718matplotlib == 3.7.1
You can’t perform that action at this time.
0 commit comments