Replies: 6 comments
-
|
Try to install cuDNN 9.x |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the suggestion.
going to try and downgrade my nvidia driver to get to CUDA 12, but if anyone else has ideas, any help is appreciated. |
Beta Was this translation helpful? Give feedback.
-
Try to update cuBLAS too. |
Beta Was this translation helpful? Give feedback.
-
|
if anyone has this working properly on Linux, would you be willing to share your versions for the packages I mentioned in the original post? for convenience, how to get them:
|
Beta Was this translation helpful? Give feedback.
-
|
simplifying the question to see if anyone can help; Does anyone have faster-whisper working with nvidia/cuda enabled on linux? |
Beta Was this translation helpful? Give feedback.
-
|
Similar problem here on Linux: CUDA Version: 13.0 nvidia-cublas-cu12: 12.8.4.1 Maybe CUDA 13 is not supported yet? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for this tool!
I've been struggling with this for several days and can't solve. If this is not the right place, please let me know and I'll direct elsewhere.
faster-whisper seems to be working fine on cpu, but I cannot get it to run on gpu for anything.
based on everything I've found, my best guess is that i've got some combination of the packages below mismatched.
these are my currently-installed versions. (GPU is RTX 2070 super, 8gb)
faster-whisper 1.2.1torch 2.9.1ctranslate2 4.6.3Nvidia Driver 580.95.05CUDA Version 13.0nvcc 12.0.140cuBLAS 12.0.2.224~12.0.1-4build4 amd64cuDNN 8.9.2.26~cuda12+3Based on the requirements in the readme, Ctranslate2 only works with CUDA 12; does that mean >= 12, or 13 is too high?
I also found this issue.
it looks like that user was dealing with a different architecture, but i also saw a suggestion to set an environment variable: NVIDIA_VISIBLE_DEVICES
I did set mine to all, but no difference in result.
printenv NVIDIA_VISIBLE_DEVICESreturnsallthanks in advance for any help!
Beta Was this translation helpful? Give feedback.
All reactions