-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CUDA requirements need to match project dependencies. Distribute the libraries? #33
Comments
I also had problems with getting CUDA to run. WhisperWriter told me Later in the process, I noticed that the Anyways, I did the following and now WhisperWriter works for me:
EDIT: After restarting, WhisperWriter complained that a DLL belonging to CUDA v12 was missing. I then added the two v12.3 paths I still had installed to my |
I moved the repository to a different drive and all CUDA dependencies broke for some reason. I got it to run again, but it repeats the transcribed text several times on the Terminal, and only pastes half-way at the cursor position. Also got different dependency issues from last time. |
I absolutely love this project, the hold_to_record functionality is excellent! Thanks for sharing! On to the issue:
Not so expert users like me could probably use more detailed instructions on how to get GPU acceleration on Windows. README.md lists the requirements for GPU acceleration as "cuBLAS for CUDA 11 and cuDNN 8 for CUDA 11". There are some issues here:
Solutions:
I solved it, but I don't know how because I implemented both of these attempted fixes at the same time:
The text was updated successfully, but these errors were encountered: