update: requirement, help

This commit is contained in:
wataru 2023-03-17 15:40:55 +09:00
parent 29a25e4dcb
commit d1437ba71f
2 changed files with 4 additions and 5 deletions

View File

@ -38,7 +38,7 @@ def setupArgParser():
parser.add_argument("--colab", type=strtobool,
default=False, help="run on colab")
parser.add_argument("--modelType", type=str,
default="MMVCv15", help="model type: MMVCv13, MMVCv15, so-vits-svc-40v2")
default="MMVCv15", help="model type: MMVCv13, MMVCv15, so-vits-svc-40v2, so-vits-svc-40v2_tsukuyomi")
parser.add_argument("--cluster", type=str, help="path to cluster model")
parser.add_argument("--hubert", type=str, help="path to hubert model")
parser.add_argument("--internal", type=strtobool, default=False, help="各種パスをmac appの中身に変換")

View File

@ -1,5 +1,3 @@
### いらない? websockets==10.4
uvicorn==0.21.1
pyOpenSSL==23.0.0
numpy==1.23.5
@ -14,7 +12,8 @@ fastapi==0.94.1
onnxruntime-gpu==1.14.1
python-multipart==0.0.6
fairseq==0.12.2
# apt-get install gcc g++
# https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-x86_64.sh
# apt-get update
# apt-get install -y emacs mlocate wget git curl gcc g++ make unzip
# wget https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-x86_64.sh
# bash Anaconda3-2022.10-Linux-x86_64.sh