From c0c0e65adbf01ccdf69d9b403e6649482df3ebd9 Mon Sep 17 00:00:00 2001 From: burt Date: Sat, 3 Jun 2023 17:20:46 +0800 Subject: [PATCH] fix(colab): Add missing dependencies --- sovits4_for_colab.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sovits4_for_colab.ipynb b/sovits4_for_colab.ipynb index cd00920..045f8f6 100644 --- a/sovits4_for_colab.ipynb +++ b/sovits4_for_colab.ipynb @@ -80,7 +80,7 @@ "!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\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", "exit()" ]