Skip to content

Commit

Permalink
Fix faster whisper version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FlippFuzz authored Mar 10, 2024
1 parent a17f404 commit 9b2e17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
),
install_requires=[
"PyAudio",
"faster-whisper==0.10.0",
"faster-whisper==1.0.1",
"torch",
"torchaudio",
"websockets",
Expand Down

0 comments on commit 9b2e17e

Please sign in to comment.