abdeladim-s / subsai

🎞️ Subtitles generation tool (Web-UI + CLI + Python package) powered by OpenAI's Whisper and its variants 🎞️
https://abdeladim-s.github.io/subsai/
GNU General Public License v3.0
1.25k stars 104 forks source link

Help with CUDA #42

Open khfung opened 1 year ago

khfung commented 1 year ago

2023-06-28 16:27:34.564 Processing audio with duration 11:05.966 Could not load library cudnn_cnn_infer64_8.dll. Error code 126 Please make sure cudnn_cnn_infer64_8.dll is in your library path!

But i already have CUDA installed

abdeladim-s commented 1 year ago

It seems like there is a problem with your Pytorch cuda installation. Please try to install the right compatible versions of Pytorch and cuda. You can also take a look at this stackoverflow thread, it might help.