-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
CUDA 12 required? #783
Comments
@sidharthrajaram , hello. FW has supported CUDA 12 since version 1.0.0, so you should update your cuda image, for example |
Hi @trungkienbkhn, thanks for the note. Yes, I understand that CUDA 12 is supported, but does that mean that CUDA 11 is not supported anymore? I followed the README's guidance on CUDA 11 (https://github.com/SYSTRAN/faster-whisper?tab=readme-ov-file#gpu), but had the above error. However, as mentioned in this issue (#717 (comment)), simply downgrading FW resolved the issue. |
Latest versions of ctranslate2 are CUDA12 only, CUDA11 support would be nice. At the moment for CUDA11 you need to downgrade it: |
Ah, got it @Purfview. Thanks! |
Using the CUDA Docker Image (tag:
nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04
) as recommended in the README, but encountering the following error with faster-whisper (version1.0.1
):Does this mean that cuBLAS for CUDA 12 is required?
The text was updated successfully, but these errors were encountered: