Skip to content

Unable to load any of {libcudnn_ops.so.9.1.0, libcudnn_ops.so.9.1, libcudnn_ops.so.9, libcudnn_ops.so} #1114

Closed Answered by jhj0517
toanhuynhnguyen asked this question in Q&A
Discussion options

You must be logged in to vote

Currently there's a strict version matrix between faster-whisper and torch : #1086 (comment)

You have two options to fix this,

  1. downgrade ctranslate2
pip install faster-whisper ctranslate2==4.4.0
  1. Or install CUDA 12.4 and the latest torch
pip install faster-whisper torch --extra-index-url https://download.pytorch.org/whl/cu124

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@toanhuynhnguyen
Comment options

@jhj0517
Comment options

Answer selected by MahmoudAshraf97
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants