RuntimeError: cuDNN error: CUDNN_STATUS_NOT_INITIALIZED #909
openmindead
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Delete the current installed version and run the below command. pip3 install torch==1.13.1+cu116 --extra-index-url https://download.pytorch.org/whl/cu116 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've got a problem using whisper on a quite weak and outdated Nvidia MX150 with 2 Gb of memory, and that problem is identical to this StackOverflow issue: https://stackoverflow.com/questions/66588715/runtimeerror-cudnn-error-cudnn-status-not-initialized-using-pytorch
I found out that the top-rated SO solution has resolved the issue but I am not sure that this approach is suitable for your project, my goal just is to make you aware of it. In brief, I made these changes exactly as described on the above mentioned page:
And whisper stopped to fail on each launch with
RuntimeError: cuDNN error: CUDNN_STATUS_NOT_INITIALIZED
error.There might be a better and more clean solution to this, hope you'll get to it.
PS: this is not "out of memory" thing. I ran whisper using small model, 2 Gb is enough for that.
Thanks for your time.
Beta Was this translation helpful? Give feedback.
All reactions