mirror of
https://github.com/m-bain/whisperX.git
synced 2025-07-01 18:17:27 -04:00
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:
@ -1,6 +1,6 @@
|
|||||||
torch>=2
|
torch>=2
|
||||||
torchaudio>=2
|
torchaudio>=2
|
||||||
faster-whisper==1.0.0
|
faster-whisper==1.0.2
|
||||||
ctranslate2==4.4.0
|
ctranslate2==4.4.0
|
||||||
transformers
|
transformers
|
||||||
pandas
|
pandas
|
||||||
|
@ -323,6 +323,7 @@ def load_model(whisper_arch,
|
|||||||
"max_new_tokens": None,
|
"max_new_tokens": None,
|
||||||
"clip_timestamps": None,
|
"clip_timestamps": None,
|
||||||
"hallucination_silence_threshold": None,
|
"hallucination_silence_threshold": None,
|
||||||
|
"hotwords": None,
|
||||||
}
|
}
|
||||||
|
|
||||||
if asr_options is not None:
|
if asr_options is not None:
|
||||||
|
Reference in New Issue
Block a user