feat: update faster-whisper to 1.0.2 (#814)

* Update faster-whisper to 1.0.2 to enable model distil-large-v3

* feat: add hotwords option to default_asr_options

---------

Co-authored-by: Barabazs <31799121+Barabazs@users.noreply.github.com>
This commit is contained in:
moritzbrantner
2024-12-31 09:41:22 +01:00
committed by GitHub
parent 7307306a9d
commit 3ff625c561
2 changed files with 2 additions and 1 deletions

View File

@ -323,6 +323,7 @@ def load_model(whisper_arch,
"max_new_tokens": None,
"clip_timestamps": None,
"hallucination_silence_threshold": None,
"hotwords": None,
}
if asr_options is not None: