Fallback to CPU when CUDA STT runtime is missing

This commit is contained in:
2026-04-30 17:52:59 +09:00
parent ab4e0b38b0
commit 60dce65b0f
3 changed files with 38 additions and 7 deletions

View File

@@ -118,6 +118,14 @@ Discord 모드에서만 필수:
- `DEBUG_TEXT_EVENTS`
- `true`면 transcript/reply를 콘솔에 같이 출력
Windows에서 STT 시작 시 `cublas64_12.dll` 같은 CUDA 오류가 나면:
```env
LOCAL_STT_DEVICE=cpu
```
로 두면 바로 우회됩니다. 최신 코드는 `auto`일 때도 가능한 경우 CPU로 자동 fallback 합니다.
## 속도 우선 기본값
- STT 기본 모델은 `tiny`