gia-guar / JARVIS-ChatGPT

A Conversational Assistant equipped with synthetic voices including J.A.R.V.I.S's. Powered by OpenAI and IBM Watson APIs and a Tacotron model for voice generation.
MIT License
392 stars 92 forks source link

Amd gpu compatible with this project? #16

Open Loofy24 opened 1 year ago

Loofy24 commented 1 year ago

Is amd gpu compatible? Because amd doesn’t use cuda

gia-guar commented 1 year ago

I'm afraid it's not. Unfortunately CUDA architecture is necessary to run speech-to-text with Openai Whisper locally. If you are handy with coding you could run the same engine online. That function (Assistant /get_audio.py/whisper_wav_to_text )is pretty stand alone so changing it should not be too hard

miikkuu commented 1 year ago

@gia-guar can we use google collab or similar thing that you would recommend if we dont have cuda support ?