mirror of
https://github.com/svc-develop-team/so-vits-svc.git
synced 2025-01-08 11:57:43 +08:00
fix(colab): use requirements.txt
This commit is contained in:
parent
691486fd55
commit
f95be2f1d4
@ -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()"
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user