From 3950182e40c4c0b94a99e2da0cc2cde7511954ae Mon Sep 17 00:00:00 2001 From: lightcorekorea <128978801+lightcorekorea@users.noreply.github.com> Date: Wed, 4 Sep 2024 04:20:49 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EB=B8=8C=EB=9F=AC=EB=A6=AC?= =?UTF-8?q?=20=EC=84=A4=EC=B9=98=20=EB=B6=80=EB=B6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 기존에는 CUDA를 위한 torch를 먼저 설치했으나 requirements.txt에있는 모듈 설치 중 설치했던 torch==1.13.1+cu116 모듈이 날아가고 최신 버전으로 설치되는 문제가 있었습니다. 이 문제를 해결하기 위해 설치 하는 순서를 변경했습니다. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd72d95..a4e1716 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,9 @@ https://github.com/wlsdml1114/DDSP-SVC-KOR ``` 4. library 설치 (이것도 설치 뭐 많이할거임 엔터엔터하면 댐) ``` - pip install torch==1.13.1+cu116 torchvision==0.14.1+cu116 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu116 pip install -r requirements.txt + # 설치 후 CUDA 관련 library 설치 + pip install torch==1.13.1+cu116 torchvision==0.14.1+cu116 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu116 ``` 5. 환경 변수 세팅