Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libcudnn_cnn.so.9.1.0 issue #903

Open
kowshik24 opened this issue Oct 23, 2024 · 2 comments
Open

libcudnn_cnn.so.9.1.0 issue #903

kowshik24 opened this issue Oct 23, 2024 · 2 comments

Comments

@kowshik24
Copy link

I was facing issue while creating docker container i am getting the libcudnn_cnn.so.9.1.0 issue is there any docker container or other options?

@dmoraine
Copy link

dmoraine commented Oct 24, 2024

Since recently, I have also been confronted with the same problem when using the library in a Colab environment:

Unable to load any of {libcudnn_cnn.so.9.1.0, libcudnn_cnn.so.9.1, libcudnn_cnn.so.9, libcudnn_cnn.so}

# Load model
model_dir = "./model/"
model = whisperx.load_model("large-v3", "cuda", compute_type="float32", threads=4, download_root=model_dir)

# Load audio
audio = whisperx.load_audio(merged_audio_path)

# Transcribe audio
result = model.transcribe(audio, batch_size=batch_size)  #--> issue

Edit
Problem solved :
#899 (comment)

@federicotorrielli
Copy link

See #901 for further info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants