-
-
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
Error: "cublas64_12.dll is not found or cannot be loaded" #140
Comments
We have an ongoing discussion about it at #130 |
Oops, I didn't check it, sorry! That solves the issue and compiles, though Crepe uses CPU:
Because of this:
BTW, I wouldn't mind to try the WSL solution, but I don't know how to follow after running the command:
Because following the tutorial makes this issue:
I imagine that the instructions for using python on linux would be different, but I never used so I don't know how to proceed. |
What command did you use? |
@BanCrash i created an issue for WSL :) |
Nothing special, just UltraSinger.py -i -o .
Yes, I used this command: pip install torch==2.2.1 torchvision==0.17.1 torchaudio==2.2.1 --index-url https://download.pytorch.org/whl/cu121 ,as stated on the other issue. EDIT: I see now that I didn't, I'll do it now. |
I went with |
try |
I went with Same initial error: RuntimeError: Library cublas64_12.dll is not found or cannot be loaded |
Im absolutly aware that this is not a "Solution" - but i encountered the same Problem. And solved it in this way: I needed the following DLL-Files (found all of them on dllme.com): cublasLt64_10.dll All of them are copied in the Torch-lib Path. cusparse64_12.dll I also renamed the "cusparse64_12.dll" to "cusparse64_11.dll" (cause the _11.dll File from dllme.com doesnt work on my PC) and copied it also into the Torch-Lib Path. And after all these "new" DLL-FIles in the lib-Directory, it runs with GPU CUDA-Support. Im aware, that this is not a waterproof solution, but it works for me. |
@Aydonger have you tried to install the Cuda Toolkit? |
I just tested installed that and last version, and using whisper large-v3 is working as expected, except for hyphenation (maybe for using large-v3 instead large-v2? [UltraSinger] Error in hyphenation for language en, maybe you want to disable it? |
ok |
Yes, as I've said, now it's working as expected. |
As i sayed in my previous Post:
yes, the CUDA Toolkit from nVidia is installed. From this directory (as mentioned before) i took the cusparse64_12.dll and use this in the torch/lib Directory. Again, it seems (in my case), that Tensorflow dont regonize the CUDA Installation on C:... - but when i took all the ddl-Files in the "lib"-Folder on the torch Application, it runs perfect. Maybe a Problem with the path or something...? |
I'm closing this since I didn't have this issue again. If there is any reason to keep this open feel free to reopen it. |
Hi, I just bought a portable computer with a NVidia 4060, I installed all the requirements but when trying to use I get the error of the title:
Is there anything I can do for fixing this or is a compatibility issue?
The text was updated successfully, but these errors were encountered: