fix(colab): use requirements.txt

This commit is contained in:
magic-akari 2023-07-25 22:41:57 +08:00
parent 691486fd55
commit f95be2f1d4
No known key found for this signature in database
GPG Key ID: EC005B1159285BDD
1 changed files with 3 additions and 4 deletions

View File

@ -78,10 +78,9 @@
"#@markdown\n",
"\n",
"!git clone https://github.com/svc-develop-team/so-vits-svc -b 4.1-Stable\n",
"%pip uninstall -y torchdata torchtext\n",
"%pip install --upgrade pip setuptools numpy numba\n",
"%pip install pyworld praat-parselmouth fairseq tensorboardX torchcrepe librosa==0.9.1 pyyaml pynvml pyloudnorm faiss-gpu\n",
"%pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118\n",
"%cd /content/so-vits-svc\n",
"%pip install --upgrade pip setuptools\n",
"%pip install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu118\n",
"exit()"
]
},