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
Traceback (most recent call last):
File "/src/worker.py", line 136, in <module>
processing_result, full_provenance_chain = main_data_processor.run(
File "/src/main_data_processor.py", line 85, in run
proc_result = run_whisper(model_input)
File "/src/whisper.py", line 43, in run_whisper
model = faster_whisper.WhisperModel(
File "/src/.venv/lib/python3.10/site-packages/faster_whisper/transcribe.py", line 133, in __init__
self.model = ctranslate2.models.Whisper(
RuntimeError: CUDA failed with error named symbol not found
The text was updated successfully, but these errors were encountered:
Stacktrace of the error:
The text was updated successfully, but these errors were encountered: