Skip to content

Commit 297cf31

Browse files
author
wataru
committed
update
1 parent 6833ae4 commit 297cf31

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README_dev_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

6161
4. Enjoy developing.

README_dev_ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

6161
4. 開発しましょう

server/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
uvicorn==0.21.1
77
pyOpenSSL==23.1.1
88
numpy==1.23.5
9-
torch==1.13.1
9+
torch==2.0.1
10+
torchaudio==2.0.2
1011
resampy==0.4.2
1112
python-socketio==5.8.0
1213
fastapi==0.95.1
1314
python-multipart==0.0.6
14-
onnxruntime-gpu==1.13.1
15+
onnxruntime-gpu==1.15.0
1516
pyworld==0.3.3
1617
scipy==1.10.1
1718
matplotlib==3.7.1

0 commit comments

Comments
 (0)