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:
@@ -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}')
|
||||
|
||||
Reference in New Issue
Block a user