forked from mrq/tortoise-tts
Compare commits
1 Commits
main
...
4090-cuda-
Author | SHA1 | Date | |
---|---|---|---|
64ae4bb563 |
|
@ -1,7 +1,9 @@
|
|||
python -m venv tortoise-venv
|
||||
call .\tortoise-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 --pre torch --index-url https://download.pytorch.org/whl/nightly/cu118
|
||||
python -m pip install --pre torchvision --index-url https://download.pytorch.org/whl/nightly/cu118
|
||||
python -m pip install --pre torchaudio --index-url https://download.pytorch.org/whl/nightly/cu118
|
||||
python -m pip install -r ./requirements.txt
|
||||
python setup.py install
|
||||
deactivate
|
||||
|
|
|
@ -2,7 +2,9 @@ python -m venv tortoise-venv
|
|||
source ./tortoise-venv/bin/activate
|
||||
python -m pip install --upgrade pip
|
||||
# CUDA
|
||||
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116
|
||||
pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu118
|
||||
pip install --pre torchvision --index-url https://download.pytorch.org/whl/nightly/cu118
|
||||
pip install --pre torchaudio --index-url https://download.pytorch.org/whl/nightly/cu118
|
||||
python -m pip install -r ./requirements.txt
|
||||
python setup.py install
|
||||
deactivate
|
||||
|
|
Loading…
Reference in New Issue
Block a user