Fix faster whisper version in setup.py

This commit is contained in:
FlippFuzz
2024-03-10 20:28:54 +08:00
committed by GitHub
parent a17f4041de
commit 9b2e17ec4d
+1 -1
View File
@@ -43,7 +43,7 @@ setup(
),
install_requires=[
"PyAudio",
"faster-whisper==0.10.0",
"faster-whisper==1.0.1",
"torch",
"torchaudio",
"websockets",