mirror of
https://github.com/m-bain/whisperX.git
synced 2025-07-01 18:17:27 -04:00
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:
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
||||
whisperx.egg-info/
|
||||
**/__pycache__/
|
||||
.ipynb_checkpoints
|
||||
|
||||
# Virtual environment
|
||||
venv/
|
||||
env/
|
||||
.venv/
|
@ -1,6 +1,6 @@
|
||||
torch>=2
|
||||
torchaudio>=2
|
||||
faster-whisper==1.0.2
|
||||
faster-whisper==1.0.3
|
||||
ctranslate2==4.4.0
|
||||
transformers
|
||||
pandas
|
||||
|
@ -355,4 +355,4 @@ def load_model(whisper_arch,
|
||||
language=language,
|
||||
suppress_numerals=suppress_numerals,
|
||||
vad_params=default_vad_options,
|
||||
)
|
||||
)
|
Reference in New Issue
Block a user