mirror of
https://github.com/neonbjb/tortoise-tts.git
synced 2026-03-20 04:04:39 +01:00
Add command to downgrade transformers
This commit is contained in:
parent
c934779d95
commit
f348297c29
|
|
@ -73,6 +73,7 @@ This will:
|
|||
conda create --name tortoise python=3.9 numba inflect
|
||||
conda activate tortoise
|
||||
conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia
|
||||
conda install transformers=4.29.2
|
||||
git clone https://github.com/neonbjb/tortoise-tts.git
|
||||
cd tortoise-tts
|
||||
python setup.py install
|
||||
|
|
|
|||
Loading…
Reference in a new issue