Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ speech = ["sounddevice>=0.5.5"]
# fetches its CTranslate2 model repositories. Users opt in via AI > Speech >
# Manage Speech Models > Speech Engine; the bundled whisper.cpp engine remains
# the default and needs none of this.
fasterwhisper = ["faster-whisper>=1.2.1", "huggingface_hub>=1.27.0"]
fasterwhisper = ["faster-whisper>=1.2.1", "huggingface_hub>=1.29.0"]
# Optional very-low-resource offline English engine: Vosk (Kaldi) (#669). Tiny
# CPU-only models (~40 MB) for old/constrained machines. Models download from
# alphacephei.com via Manage Speech Models; no GPU needed.
Expand Down