You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using NVIDIA's Windows cuDNN installer, the PATH entry looks like C:\Program Files\NVIDIA\CUDNN\v9.7\bin, but the libraries are in CUDA-version-specific subdirectories, i.e. C:\Program Files\NVIDIA\CUDNN\v9.7\bin\12.8\cudnn_ops64_9.dll. PATH lookups are not recursive, so any software expecting the DLL at the top level will fail.
You can add C:\Program Files\NVIDIA\CUDNN\v9.7\bin\12.8 to the PATH then restart the shell as a workaround.
Most likely faster-whisper (or a downstream dependency) is missing logic to detect the CUDA path, but this workaround should be fine until that's fixed.
hello guys
my graphic card is rtx3080.
cuda ver 12.8
cudnn ver 9.70
python 3.12.8
torch 2.5.0
#1080 ←i have read this post and tried changing settings but nothing worked for me
any idea?
The text was updated successfully, but these errors were encountered: