coqui-ai / TTS

🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
http://coqui.ai
Mozilla Public License 2.0
33.52k stars 4.08k forks source link

[Feature request] AND #2953

Closed Zacharybinx34 closed 12 months ago

Zacharybinx34 commented 1 year ago

AMD gpu support would be appreciated.

loupzeur commented 1 year ago

Hello, a recent patch support torch devices, so it appear you can use tts('...').to('opencl') if you want to use AMD gpu. On a mac I tried with TTS('...').to('mps') and it kinda work (some functions/models are still not being supported)

maxime-fleury commented 1 year ago

Is AMD gpu supported with XTTS ?

erogol commented 12 months ago

this is to ask Pytorch not TTS.