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/ whisperx.egg-info/
**/__pycache__/ **/__pycache__/
.ipynb_checkpoints .ipynb_checkpoints
# Virtual environment
venv/
env/
.venv/

View File

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