You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The service works well enough when using CPU, but I cannot get it to work with CUDA. Every guide I have have followed so far has used CUDA 11.8 but it seems that the version of cTranslate2 used in faster-whisper 1.0.0 now requires CUDA12 libraries.
On trying to use CUDA I get the Error: RuntimeError: Library libcublas.so.12 is not found
The text was updated successfully, but these errors were encountered:
Ubuntu 20.84
CUDA 11.8
Nvidia Driver 525.147.05
Python 3.8
Pytorch 2.2.1+cu118
cuBLAS 11.11.3.6
cuDNN 8.7.0.84
The service works well enough when using CPU, but I cannot get it to work with CUDA. Every guide I have have followed so far has used CUDA 11.8 but it seems that the version of cTranslate2 used in faster-whisper 1.0.0 now requires CUDA12 libraries.
On trying to use CUDA I get the Error: RuntimeError: Library libcublas.so.12 is not found
The text was updated successfully, but these errors were encountered: