Skip to content

Commit 86e6ec7

Browse files
authored
Update README.md
1 parent 2e22f87 commit 86e6ec7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
# 参考自: https://pytorch.org/get-started/locally/
3232
pip install torch torchvision torchaudio
3333

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+
3437
# 安装 Poetry 依赖管理工具, 若已安装则跳过
3538
# 参考自: https://python-poetry.org/docs/#installation
3639
curl -sSL https://install.python-poetry.org | python3 -

0 commit comments

Comments
 (0)