-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
RuntimeError: Library cublas64_12.dll is not found or cannot be loaded #130
Comments
Hey, @rakuri255 and @DT05YT I had exactly the same errors have you found a solution ? I'm with Windows 11 OS with a new installation (I tried on 2 computers and got the same error, I tried with a youtube link and a direct .mp3 file). |
Hello, I wanted to report that I'm facing a similar issue as described in this thread, particularly with Nvidia CUDA v11.8. It appears that the core of the problem might be related to compatibility or configuration issues with CUDA. I am currently in the process of testing a workaround by forcing the operations to run on the CPU instead, using the --force_cpu True option, in hopes of bypassing the GPU acceleration issues tied to CUDA v11.8. I have not yet concluded if this approach will fully resolve the issue, but I wanted to share my ongoing experience with the community. If anyone has encountered a similar situation and has insights, advice, or potential fixes, it would be greatly appreciated. I am eager to find a solution that allows for the smooth operation of UltraSinger without the hurdles posed by CUDA v11.8. |
Hello, |
Hi, @Etidou , @DT05YT , @jonathanoh-94 , @ponelll can you post your GPUs? |
Hey @rakuri255 My GPU is a Nvidia GEForce GTX 1080 and i'm running with cu117 ! |
After updating to v12.4, it worked! Thank you ! |
I think the WhisperX trunk had some updates that breaks with pytorch 11.x Is it solved for you all with |
It works for me too! I just updated Thanks ! |
Isnt this CPU only? |
When i use the latest cu121 with my RTX2080 i get Error: cublas64_11.dll instead of Error: cublas64_12.dll |
i tried this, and first attempt at it resulted in this:
What does it all mean
The text was updated successfully, but these errors were encountered: