-
I am using the c++ api so runtime loading whisper.dll and i'm not including the cudart or cublas dll's in the folder or specifying them at all but i am still getting a "whisper_backend_init: using CUDA backend" |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Sounds like CUDA is installed on your machine. You mentioned DLLs, so I assume you're running MS Windows. Check your "Apps & features" settings for any package with CUDA in the name, e.g. "NVIDIA CUDA Toolkit". |
Beta Was this translation helpful? Give feedback.
-
Looks like i did infact have a previous installation that was semi installed for some reason but the dll directory was intact! Normally use cuda toolkit on wsl so it was probably old. My bad! |
Beta Was this translation helpful? Give feedback.
Sounds like CUDA is installed on your machine. You mentioned DLLs, so I assume you're running MS Windows. Check your "Apps & features" settings for any package with CUDA in the name, e.g. "NVIDIA CUDA Toolkit".