how to force it to use GPU?
#9
by
yodagitmaster
- opened
how to force it to use GPU?
You can specify the device in the interface. By default, the interface checks if a GPU is available and uses it automatically.
However, if you want to force GPU usage, you can set it explicitly like this:
interface = InterfaceHF("OuteAI/OuteTTS-0.1-350M", device="cuda")
edwko
changed discussion status to
closed
thank you so much :)