CUDA model loading can succeed even when runtime libs like libcublas are missing — the error only surfaces during model.transcribe(). Catch that and retry on CPU so transcription still works without the full CUDA toolkit installed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| app.py | ||
| audio_recorder.py | ||
| board_window.py | ||
| capture_window.py | ||
| config.py | ||
| models.py | ||
| schema.py | ||
| storage.py | ||
| transcriber.py | ||