From 86e6ec7bdc78d75ad49b8b32b4cfac6d911d79a4 Mon Sep 17 00:00:00 2001 From: liujing04 <129054828+liujing04@users.noreply.github.com> Date: Sat, 8 Apr 2023 14:23:24 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7d62e51..ddbc2d4 100644 --- a/README.md +++ b/README.md @@ -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 -