Update README.md

This commit is contained in:
liujing04 2023-04-08 14:23:24 +00:00 committed by GitHub
parent 2e22f8745b
commit 86e6ec7bdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@
# 参考自: https://pytorch.org/get-started/locally/
pip install torch torchvision torchaudio
如果是win系统+30系显卡根据https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI/issues/21的经验需要指定pytorch对应的cuda版本
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
# 安装 Poetry 依赖管理工具, 若已安装则跳过
# 参考自: https://python-poetry.org/docs/#installation
curl -sSL https://install.python-poetry.org | python3 -