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

@@ -12,6 +12,7 @@ LOCAL_AI_CACHE_DIR=.local-ai/cache
# Windows면 `python` 또는 `py -3`
LOCAL_AI_PYTHON=
LOCAL_STT_MODEL=tiny
# CUDA dll 오류가 나면 `cpu`
LOCAL_STT_DEVICE=auto
LOCAL_STT_COMPUTE_TYPE=auto
LOCAL_STT_BEAM_SIZE=1