WhisperLiveKit icon indicating copy to clipboard operation
WhisperLiveKit copied to clipboard

Could not locate cudnn_ops64_9.dll. Please make sure it is in your library path!

Open kou1584423647 opened this issue 1 month ago • 1 comments

(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!

kou1584423647 avatar Nov 25 '25 08:11 kou1584423647

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)

Farbdose avatar Nov 25 '25 22:11 Farbdose