Could not load library cudnn_ops_infer64_8.dll. Error code 126

I have seen this topic a few times but none of the solutions seemed to work for me. I am trying to run the faster-whisper library in Python but I get the error: Could not load library cudnn_ops_infer64_8.dll. Error code 126
Please make sure cudnn_ops_infer64_8.dll is in your library path!

I have CUDA version 11.7, I downloaded the cuDNN zip file for CUDA version 11.x and copied all the files into bin, include, and lib. I downloaded zlib.

I added zlibwapi.dll, bin, and lib to my path. I initially got the most recent cuDNN (8.8.1) but that didn’t work so I tried using 8.8.0 in case it was a backwards compatibility issue, still no luck.

What do I do from here?