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

Fix cudnn problem #318

Merged
merged 3 commits into from
Oct 4, 2024
Merged

Fix cudnn problem #318

merged 3 commits into from
Oct 4, 2024

Conversation

jhj0517
Copy link
Owner

@jhj0517 jhj0517 commented Oct 4, 2024

Related issues / PR

Summarize Changes

  1. Since CTranslate2 does not support cuDNN 9 build and torch >= 2.4 automatically installs its own dependent cuDNN 9, faster-whisper is incompatible with torch >= 2.4, so I need to downgrade torch. This is a temporary fix until CTranslate2 supports cuDNN 9 build.

  2. Use pypi indexing for gradio and transformers and fix insanely_fast_whisper_inference crash.

@jhj0517 jhj0517 marked this pull request as ready for review October 4, 2024 12:09
@jhj0517 jhj0517 merged commit 20f48aa into master Oct 4, 2024
2 checks passed
@jhj0517 jhj0517 changed the title Fix/cudnn problem Fix cudnn problem Oct 4, 2024
@jhj0517 jhj0517 deleted the fix/cudnn-problem branch October 4, 2024 13:11
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

Successfully merging this pull request may close these issues.

1 participant