mirror of
https://github.com/svc-develop-team/so-vits-svc.git
synced 2025-01-09 04:27:31 +08:00
fix(colab): use requirements.txt
This commit is contained in:
parent
691486fd55
commit
f95be2f1d4
@ -78,10 +78,9 @@
|
|||||||
"#@markdown\n",
|
"#@markdown\n",
|
||||||
"\n",
|
"\n",
|
||||||
"!git clone https://github.com/svc-develop-team/so-vits-svc -b 4.1-Stable\n",
|
"!git clone https://github.com/svc-develop-team/so-vits-svc -b 4.1-Stable\n",
|
||||||
"%pip uninstall -y torchdata torchtext\n",
|
"%cd /content/so-vits-svc\n",
|
||||||
"%pip install --upgrade pip setuptools numpy numba\n",
|
"%pip install --upgrade pip setuptools\n",
|
||||||
"%pip install pyworld praat-parselmouth fairseq tensorboardX torchcrepe librosa==0.9.1 pyyaml pynvml pyloudnorm faiss-gpu\n",
|
"%pip install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu118\n",
|
||||||
"%pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118\n",
|
|
||||||
"exit()"
|
"exit()"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user