feat: add support for faster-whisper 1.0.3 (#875)

---------

Co-authored-by: Barabazs <31799121+Barabazs@users.noreply.github.com>
This commit is contained in:
Hasan Naseer
2024-12-31 14:07:42 +05:00
committed by GitHub
parent 3ff625c561
commit 7fdbd21fe3
3 changed files with 7 additions and 2 deletions

5
.gitignore vendored
View File

@ -1,3 +1,8 @@
whisperx.egg-info/
**/__pycache__/
.ipynb_checkpoints
# Virtual environment
venv/
env/
.venv/

View File

@ -1,6 +1,6 @@
torch>=2
torchaudio>=2
faster-whisper==1.0.2
faster-whisper==1.0.3
ctranslate2==4.4.0
transformers
pandas

View File

@ -355,4 +355,4 @@ def load_model(whisper_arch,
language=language,
suppress_numerals=suppress_numerals,
vad_params=default_vad_options,
)
)