Error: Could not locate cudnn_ops_infer64_8.dll. Please make sure it is in your library path! #715
Replies: 5 comments 5 replies
-
For the record, I'm not using anaconda or anything, just plain python 3.11.8 |
Beta Was this translation helpful? Give feedback.
-
I am also having the same issue. I tried using older version of cuDNN but they didnt work too. |
Beta Was this translation helpful? Give feedback.
-
As a last resort look at this: https://github.com/Purfview/whisper-standalone-win/releases/tag/libs |
Beta Was this translation helpful? Give feedback.
-
reinstall pytorch with --force-reinstall and --no-cache command. like |
Beta Was this translation helpful? Give feedback.
-
my solution was: |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, I tried to get faster-whisper to work, I installed CUDA 11.8 and cuDNN 8.8.1.3. I also installed zlib, as was suggested here: #85. This is how my environment variables look like:
user variables:
system variables:
I also added zlib to both my system and user variables, and copied the contents of the cuDNN folder into the CUDA folder beforehand (https://medium.com/geekculture/install-cuda-and-cudnn-on-windows-linux-52d1501a8805#3e72). I really don't know what I am doing wrong, any advice?
Beta Was this translation helpful? Give feedback.
All reactions