Colab Infer Fix (#2322)

* Update Colab Infer, Add NLTK Download

* Rename GPT_SoVITS_Inference.ipynb to Colab-Inference.ipynb

* Rename

* Update URL

* .
This commit is contained in:
XXXXRT666
2025-04-25 05:03:20 +01:00
committed by GitHub
parent 9202c74761
commit ad7df5298b
6 changed files with 213 additions and 161 deletions

View File

@@ -202,6 +202,8 @@ pip install -r extra-req.txt --no-deps
pip install -r requirements.txt
python -c "import nltk; nltk.download(['averaged_perceptron_tagger','averaged_perceptron_tagger_eng','cmudict'])"
if [ "$USE_ROCM" = true ] && [ "$IS_WSL" = true ]; then
echo "Update to WSL compatible runtime lib..."
location=$(pip show torch | grep Location | awk -F ": " '{print $2}')