davabase / transcriber_app

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

CUDA not available? #9

Closed InconsolableCellist closed 1 year ago

InconsolableCellist commented 1 year ago

Is there any documentation or log output that would indicate if the standalone program is trying to use CUDA and failing? What do I need to install other than the NVIDIA Cuda 11 library to make it use GPU acceleration? It seems that the CPU on my gaming laptop is too slow to do realtime transcription.

davabase commented 1 year ago

I just made a change, that will make the program prefer CUDA if a CUDA device is available.