compat with python3.10+ finally (and maybe a small perf uplift with using cu117)

master
mrq 2023-02-26 17:46:57 +07:00
parent 92553973be
commit 47abde224c
1 changed files with 1 additions and 1 deletions

@ -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