Could not locate cudnn_ops64_9.dll. Please make sure it is in your library path!
(WhisperLiveKit) PS F:\whisperlivekit\WhisperLiveKit-main> wlk --model medium --language zh --backend faster-whisper --diarization E:\conda\envs\WhisperLiveKit\lib\site-packages\ctranslate2_init_.py:8: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources INFO: Started server process [19404] INFO: Waiting for application startup. Simulstreaming will use Faster Whisper for the encoder. Could not locate cudnn_ops64_9.dll. Please make sure it is in your library path!
You can just add the cudnn from the pytorch installation to the LD libary path (that's what I did but I started messing around with this five days ago maybe ask someone with more knowledge) This is probably ctranslate looking for its cudnn and not finding it because you haven't installed any system wide (which you don't have to because pytorch pulls its own)