Compare commits

...

2 Commits

Author SHA1 Message Date
Rothfive f4151c2499 Update setup-cuda.sh 2023-10-24 02:08:07 +07:00
Rothfive 07e39696c5 Update setup-cuda.sh 2023-10-24 02:01:49 +07:00
1 changed files with 1 additions and 1 deletions

@ -7,7 +7,7 @@ python3 -m venv venv
source ./venv/bin/activate
python3 -m pip install --upgrade pip # just to be safe
# CUDA
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
pip3 install torch==2.1.0+cu118 torchvision==0.16.0+cu118 torchaudio==2.1.0 --index-url https://download.pytorch.org/whl/cu118
# install requirements
python3 -m pip install -r ./modules/tortoise-tts/requirements.txt # install TorToiSe requirements
python3 -m pip install -e ./modules/tortoise-tts/ # install TorToiSe