Skip to content

Commit

Permalink
faster-whisper: update to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
eschmidbauer committed Aug 22, 2024
1 parent 2204993 commit 6e873e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
torch>=2
torchaudio>=2
faster-whisper==1.0.5
faster-whisper==1.0.3
transformers
pandas
setuptools>=65
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
setup(
name="whisperx",
py_modules=["whisperx"],
version="3.1.1",
version="3.1.2",
description="Time-Accurate Automatic Speech Recognition using Whisper.",
readme="README.md",
python_requires=">=3.8",
Expand Down
1 change: 1 addition & 0 deletions whisperx/asr.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ def load_model(whisper_arch,
"max_new_tokens": None,
"clip_timestamps": None,
"hallucination_silence_threshold": None,
"hotwords": "",
}

if asr_options is not None:
Expand Down

0 comments on commit 6e873e0

Please sign in to comment.