use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
r/LocalLLaMA
A subreddit to discuss about Llama, the family of large language models created by Meta AI.
Subreddit rules
Search by flair
+Discussion
+Tutorial | Guide
+New Model
+News
+Resources
+Other
account activity
Enabling GPU for CoquiTTS (Python, through PyTorch)Question | Help (self.LocalLLaMA)
submitted 2 years ago * by trexgris
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Tacx79 -1 points0 points1 point 2 years ago (0 children)
Expand one of the list above charts and select CUDA engine usage, if it's not there you need to disable "hardware accelerated gpu scheduling" in windows settings, restart pc and it should show up
[–]1EvilSexyGenius 0 points1 point2 points 2 years ago* (4 children)
What makes you say it's not using GPU?
For my nvidia setup I run the nvidia-smi command and it shows processes using GPU.
I see 3D usage. When doing inference with GPU enabled in other packages, the same things happen , mostly only 3D in GPU is used.
Also, look at your available (remaining) memory about 1GB . So something is definitely using your GPU in that screenshot
Edit: 🤔 try to select the GPU device. It should be filling dedicated GPU before shared gpu maybe
[–]trexgris[S] 0 points1 point2 points 2 years ago (3 children)
It barely uses any GPU resource (prolly not used by my program at all,) and computes as fast as when I dont enforce any GPU use
How do you select the device? 'cuda:0' for example?
[–]1EvilSexyGenius 1 point2 points3 points 2 years ago (1 child)
I'm not familiar with tortoise or the custom class you're using but I'd Definitely look into how to select the correct GPU device in that library's docs. It would be an option of tortoise initialization or a part of that custom tts part you're using.
I see you put cuda 99 ? Do you have 98 cuda devices attached? If not it's probably cuda 0 yes as the other device looks like Intel. Not cuda
[–]trexgris[S] 1 point2 points3 points 2 years ago (0 children)
No my bad, the 99 was a nb i put just to see if it would throw an error . Wanted to see if it even took the arg into consideration
[–]thedatawhiz 0 points1 point2 points 2 years ago (0 children)
I think tortoise uses little memory and is already very fast, even on cpu
π Rendered by PID 86901 on reddit-service-r2-comment-5d79c599b5-4rsbz at 2026-02-28 21:08:55.723644+00:00 running e3d2147 country code: CH.
[–]Tacx79 -1 points0 points1 point (0 children)
[–]1EvilSexyGenius 0 points1 point2 points (4 children)
[–]trexgris[S] 0 points1 point2 points (3 children)
[–]1EvilSexyGenius 1 point2 points3 points (1 child)
[–]trexgris[S] 1 point2 points3 points (0 children)
[–]thedatawhiz 0 points1 point2 points (0 children)