-
|
Just in case, I selected to post a question, not an issue. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
|
You didn't posted what is the issue with "CUDA". You can use libs from there -> https://github.com/Purfview/whisper-standalone-win/releases/tag/libs
Use |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for your reply! The issue is how to make the CUDA capabilities available, in general. Not an issue with the program but a question of how to ensure that the Nvidia GPU is recognized correctly. I know about the libs. It's not enough to add them, and I don't understand what other steps are required. Must the versions of some files be compatible? Is there a kind of check list? For example, I check the version of the Nvidia driver and then what? |
Beta Was this translation helpful? Give feedback.
-
Then I'm converting this to the discussion.
I think, it's recognized or not, if not then post what error you get. |
Beta Was this translation helpful? Give feedback.
-
|
It doesn't help having the cu* DLLs in %WinDir%\System32 (What about a 64-bit system?) or a folder in the %Path% variable. Using --checkcuda returns 0. Tried on two GPUs. And the errors, when trying to run a trascription job on CUDA, may be typical. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for your replies! |
Beta Was this translation helpful? Give feedback.

What GPUs? NVIDIA GPUs should have Compute Capability greater or equal to 3.5.
That version doesn't support CUDA 11, it was introduced with 452.39, so you need that or newer driver.