We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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)
Sorry, something went wrong.
See #901 for further info
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: