We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e22f87 commit 86e6ec7Copy full SHA for 86e6ec7
README.md
@@ -31,6 +31,9 @@
31
# 参考自: https://pytorch.org/get-started/locally/
32
pip install torch torchvision torchaudio
33
34
+如果是win系统+30系显卡,根据https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI/issues/21的经验,需要指定pytorch对应的cuda版本
35
+pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
36
+
37
# 安装 Poetry 依赖管理工具, 若已安装则跳过
38
# 参考自: https://python-poetry.org/docs/#installation
39
curl -sSL https://install.python-poetry.org | python3 -
0 commit comments