Update README_en.md

This commit is contained in:
Rice Cake 2023-04-10 16:48:10 +08:00 committed by GitHub
parent def42110c0
commit d7c0cda07e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ The following commands need to be executed in the environment of Python version
# Reference: https://pytorch.org/get-started/locally/
pip install torch torchvision torchaudio
#For Win + 30-series Nvidia cards, you need to specify the cuda version corresponding to pytorch according to the experience of https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI/issues/21
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
# Install the Poetry dependency management tool, skip if installed
# Reference: https://python-poetry.org/docs/#installation
curl -sSL https://install.python-poetry.org | python3 -