Skip to content

Commit

Permalink
Upgrade faster-whisper version
Browse files Browse the repository at this point in the history
  • Loading branch information
ionic-bond committed May 24, 2024
1 parent 8cc10ef commit 4534b52
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
"ffmpeg-python>=0.2.0,<0.3",
"sounddevice<1.0",
"openai-whisper<=20231117",
"faster-whisper>=0.8.0,<1.0.0",
"faster-whisper>=1.0.0,<2.0.0",
"openai>=1.0,<2.0",
"google-generativeai<1.0",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ yt-dlp
ffmpeg-python>=0.2.0,<0.3
sounddevice<1.0
openai-whisper<=20231117
faster-whisper>=0.8.0,<1.0.0
faster-whisper>=1.0.0,<2.0.0
openai>=1.0,<2.0
google-generativeai<1.0
1 change: 0 additions & 1 deletion stream_translator.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"outputs": [],
"source": [
"# @title Install\n",
"!apt install libcublas11\n",
"!pip install stream-translator-gpt"
]
},
Expand Down

0 comments on commit 4534b52

Please sign in to comment.