davabase / transcriber_app

Real time speech to text transcription app.
363 stars 69 forks source link

Forcing GPU #19

Open RobertRo101 opened 1 year ago

RobertRo101 commented 1 year ago

Hi, great tool first of all, but is there any way to force CUDA? It keeps using my CPU so it's very very slow. Thx

davabase commented 1 year ago

The released version of the app uses the CPU only build. The GPU build of pytorch is 2 gigabytes, which Github won't let me upload. If you do the instructions to run the app manually, it should use your computers GPU since this will install the CUDA version of pytorch. You can learn more about installing pytorch manually from here: https://pytorch.org/get-started/locally/