Replies: 1 comment 3 replies
-
|
Which OS are you using ? |
Beta Was this translation helpful? Give feedback.
3 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to run KokoroEngine with GPU acceleration but can't find device
parameter documentation.
from RealtimeTTS import KokoroEngine
engine = KokoroEngine(device="cuda") # TypeError: unexpected keyword argument 'device'
Anyone knows how to force KokoroEngine to use CUDA/GPU instead of CPU?
Beta Was this translation helpful? Give feedback.
All reactions