savbell / whisper-writer

💬📝 A small dictation app using OpenAI's Whisper speech recognition model.
GNU General Public License v3.0
244 stars 40 forks source link

Requirements incomplete and device detection does not work properly #24

Closed dimmingmuse closed 1 month ago

dimmingmuse commented 6 months ago

1) "Auto" for device does not detect the right values or if the complete setup is available to use CUDA DNN. 2) GPU processing seems to require CUDA DNN libraries. 3) Installing CUDA DNN requires signup to NVIDIA developers.

savbell commented 1 month ago

Hi, thanks for the issue and apologies for the late response!

PR #30 hopefully better detects CUDA availability, and the Readme now has links to the NVIDIA libraries under the Getting Started Prerequisites.

Thanks, Sav