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/
|
whisperx.egg-info/
|
||||||
**/__pycache__/
|
**/__pycache__/
|
||||||
.ipynb_checkpoints
|
.ipynb_checkpoints
|
||||||
|
|
||||||
|
# Virtual environment
|
||||||
|
venv/
|
||||||
|
env/
|
||||||
|
.venv/
|
@ -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
|
||||||
|
Reference in New Issue
Block a user