Doesnt work

#2
by XtewaldX - opened

Runtime error

config.json: 0%| | 0.00/2.37k [00:00<?, ?B/s]
config.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2.37k/2.37k [00:00<00:00, 13.9MB/s]

model.bin: 0%| | 0.00/484M [00:00<?, ?B/s]

model.bin: 2%|▏ | 11.7M/484M [00:01<01:10, 6.74MB/s]
model.bin: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 484M/484M [00:02<00:00, 234MB/s]

tokenizer.json: 0%| | 0.00/2.20M [00:00<?, ?B/s]
tokenizer.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2.20M/2.20M [00:00<00:00, 135MB/s]

vocabulary.txt: 0%| | 0.00/460k [00:00<?, ?B/s]
vocabulary.txt: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 460k/460k [00:00<00:00, 59.3MB/s]
Traceback (most recent call last):
File "/home/user/app/app.py", line 34, in
model = WhisperModel(model_size, device="cuda", compute_type="float16")
File "/home/user/.local/lib/python3.10/site-packages/faster_whisper/transcribe.py", line 130, in init
self.model = ctranslate2.models.Whisper(
RuntimeError: CUDA failed with error CUDA driver version is insufficient for CUDA runtime version

Sign up or log in to comment