For those having issues... have you tried turning it off and turning it back on again? #527
ParkerrDev
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In all seriousness, I encourage those having setup issues on Linux or any other OS to reboot your system after installing dependencies, as I've spent hours trying to get this to work with no luck, until having realized this.
A few other tips if you're on Fedora Linux:
Installing NVIDIA & CUDA Drivers:
sudo dnf install akmod-nvidia "kernel-devel-uname-r == $(uname -r)"sudo dnf install *xorg-x11-drv-nvidia-cudarebootCheck if CUDA drivers are installed:
nvidia-smi | grep CUDA #If this does not return anything, it didn't workProceed with Tortoise-TTS installation:
conda create --name tortoise python=3.9 numba inflectconda activate tortoiseconda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidiaconda install transformers=4.29.2cd ~ && git clone https://github.com/neonbjb/tortoise-tts.gitcd tortoise-ttspython setup.py installrebootBeta Was this translation helpful? Give feedback.
All reactions