fix: update faster-whisper

This commit is contained in:
华晨
2023-12-31 15:45:41 +08:00
parent 71d207a607
commit 5918b5ed42
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PyAudio
faster-whisper==0.9.0
faster-whisper==0.10.0
--extra-index-url https://download.pytorch.org/whl/cu111
torch==1.10.1
torchaudio==0.10.1
+1 -1
View File
@@ -41,7 +41,7 @@ setup(name="whisper-live",
),
install_requires=[
"PyAudio",
"faster-whisper==0.9.0",
"faster-whisper==0.10.0",
"torch",
"torchaudio",
"websockets",