What can I do to optimize/tweak tortoise to enable use with only 4GB of VRAM? #602
Unanswered
rancortooth
asked this question in
Q&A
Replies: 1 comment
-
I dramatically increased the ram and cpus avaialble to WSL but it still fails. I re-installed everything directly on windows and it works! Not sure what's wrong with WSL. The docker version provided in this repo also failed in exactly the same way as WSL, so perhaps there's a hypervisor related issue or something with accessing GPU hardware? Not sure. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My Setup:
Windows 11, running in WSL
NVIDIA GeForce RTX 4070, 4GB VRAM
NVIDIA-SMI 535.103, Driver Version: 537.13, CUDA Version: 12.2
Trying to run do_tts.py with any voice other than "random" results in RuntimeError: cuFFT error: CUFFT_INTERNAL_ERROR
The same code runs better in google colab (still crashes often, but better) with stronger GPU hardware.
Beta Was this translation helpful? Give feedback.
All reactions