I have not been able to successfully run WhisperX with a 5090. Stable Pytorch versions do not support CUDA compute capability sm_120, but if I install the nightly via
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129
Then I get a Could not locate cudnn_ops_infer64_8.dll. Please make sure it is in your library path! error at the beginning of the transcription.
Has anyone successfully made it work? Can you please mention what versions of CUDA, CUDNN, and PyTorch you used?
I have not been able to successfully run WhisperX with a 5090. Stable Pytorch versions do not support CUDA compute capability sm_120, but if I install the nightly via
pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu129Then I get a
Could not locate cudnn_ops_infer64_8.dll. Please make sure it is in your library path!error at the beginning of the transcription.Has anyone successfully made it work? Can you please mention what versions of CUDA, CUDNN, and PyTorch you used?