From 47abde224c45cc04ea0f9632c7e55cc7ea530d4a Mon Sep 17 00:00:00 2001 From: mrq Date: Sun, 26 Feb 2023 17:46:57 +0000 Subject: [PATCH] compat with python3.10+ finally (and maybe a small perf uplift with using cu117) --- setup-cuda.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-cuda.bat b/setup-cuda.bat index d748123..297640c 100755 --- a/setup-cuda.bat +++ b/setup-cuda.bat @@ -4,7 +4,7 @@ git submodule update --remote python -m venv venv call .\venv\Scripts\activate.bat python -m pip install --upgrade pip -python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116 +python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu117 python -m pip install -r .\dlas\requirements.txt python -m pip install -r .\tortoise-tts\requirements.txt python -m pip install -r .\requirements.txt