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
I am using Windows 10 with CUDA 11.8, Python 3.10 and ctranslate2 4.4.0.
The problem already seems to reported in the faster-whisper repo but I also have it when I directly use ctranslate2: SYSTRAN/faster-whisper#71
The python process crashes after executing this code:
import ctranslate2
model = ctranslate2.models.Whisper("openai/whisper-tiny", device="cuda")
It is not the the code itself that crashes the process but I guess some kind of internal routine on process exit that is necessary for CUDA.
The text was updated successfully, but these errors were encountered:
I do not use ctranslate2 directly, but I do use faster-whisper with CUDA 12.5, and the issue is reproducible almost always unless it's with very short audio/video files. It does not necessarily mean that file size is the culprit, it's just that with smaller inputs it sometimes does complete without a crash, but with any decent-sized one it always crashes.
I am using Windows 10 with CUDA 11.8, Python 3.10 and ctranslate2 4.4.0.
The problem already seems to reported in the faster-whisper repo but I also have it when I directly use ctranslate2:
SYSTRAN/faster-whisper#71
The python process crashes after executing this code:
It is not the the code itself that crashes the process but I guess some kind of internal routine on process exit that is necessary for CUDA.
The text was updated successfully, but these errors were encountered: