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

RuntimeError: CUDA failed with error CUDA driver version is insufficient for CUDA runtime version #1115

Closed
SwAt1563 opened this issue Nov 4, 2024 · 2 comments

Comments

@SwAt1563
Copy link

SwAt1563 commented Nov 4, 2024

image

image

image


Issue Summary:
I'm attempting to run faster-whisper with GPU support on my device, which has CUDA 12.6 installed. The following package versions are being used:

  • faster-whisper==1.0.3
  • ctranslate2==4.4.0
  • wyoming==1.5.3

The model runs successfully on the CPU; however, it does not utilize the GPU as expected. I am looking for a solution to enable GPU acceleration for faster-whisper using CUDA 12.6.

@jhj0517
Copy link

jhj0517 commented Nov 5, 2024

If you're using docker you can try changing

RUN pip3 install faster-whisper

into

 RUN pip3 install faster-whisper torch --index-url https://download.pytorch.org/whl/cu124

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

@SwAt1563
Copy link
Author

SwAt1563 commented Nov 5, 2024

Thank you for your guidance, but it still doesn't work.

@SwAt1563 SwAt1563 closed this as completed Nov 5, 2024
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

2 participants