-
Notifications
You must be signed in to change notification settings - Fork 378
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: cuDNN error: CUDNN_STATUS_SUBLIBRARY_VERSION_MISMATCH on WSL2 Ubuntu24.04 #282
Comments
Additional: If i run NeMo MSDD diarization model section alone. It works. Maybe conflict NeMo conflicted with Whisper ? |
@cospotato did you manage to work this out? because I am having exactly the same issue on a RHEL 9 system System Traceback:
Clearly this is a CUDA issue but I cannot work out what is going on. I assume it is a pyTorch thing |
OK quick update... |
EDIT: I think this post below is actually a just a set of warnings and is unrelated to @cospotato just out of interest did you get a warning directly before this error when calling
|
same issue , is this resolved ? @DrJPK @cospotato |
@sadathknorket not resolved but for some reason that I can't quite explain, the |
Hi there. I faced same issue (not WSL, standalone Ubuntu 24.04). Inside conda environment:
pip throws dependency error for pytorch....:
... but the packages are installed successfully, and no more CUDNN_STATUS_SUBLIBRARY_VERSION_MISMATCH exception thrown for diarize.py |
I can verify I had the SAME issue, applied the "fix" here, got the SAME error but got the same successful install, and the cuDNN mismatch was resolved. Very weird, but all's well that ends. |
Is there no solution for this Yet ? |
This is not an issue that will be solved in this project, you just need to configure all your cuda libraries correctly which can be hard |
Hi, i am new to deep learning. It's work on Windows with CUDA
12.5
and cudnn9.3.0
. Then i tried to run on WSL2 with config belowing get the errorRuntimeError: cuDNN error: CUDNN_STATUS_SUBLIBRARY_VERSION_MISMATCH in WSL2 Ubuntu24.04
. What i have missing ?OS:
WSL2 Ubuntu24.04
Kernel:
Linux cospotato 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
PyTorch Version:
2.5.1
CUDA version:
12.6
cudnn version:
9.3.0
Traceback:
The text was updated successfully, but these errors were encountered: