Skip to content

Instantly share code, notes, and snippets.

@csaben
Created March 8, 2024 20:18
Show Gist options
  • Save csaben/311cf343ad6c095ccb2bb78827712405 to your computer and use it in GitHub Desktop.
Save csaben/311cf343ad6c095ccb2bb78827712405 to your computer and use it in GitHub Desktop.
tortoise-tts rtx 3090 cuda 12.0 env setup
conda create --name tortoise python=3.9 numba inflect
conda activate tortoise
pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118
pip install transformers==4.29.2
git clone https://github.com/neonbjb/tortoise-tts.git
cd tortoise-tts
python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment