Merge remote-tracking branch 'origin/faster-whisper' into faster-whisper

This commit is contained in:
Sakamoto Shiina
2024-02-02 18:13:49 +09:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,2 @@
python.exe -m pip install --upgrade pip
pip install -r requirements.txt
pip install git+https://github.com/misyaguziya/translators
pip install git+https://github.com/misyaguziya/custom_speech_recognition
pip install -r requirements.txt

View File

@@ -8,7 +8,9 @@ pyyaml == 6.0.1
python-i18n == 0.3.9
CTkToolTip == 0.8
pyinstaller==6.2.0
transformers[torch]
transformers[torch]==4.37.2
sentencepiece==0.1.99
ctranslate2==3.21.0
faster-whisper==0.10.0
ctranslate2==3.24.0
faster-whisper==0.10.0
translators @ git+https://github.com/misyaguziya/translators@master
SpeechRecognition @ git+https://github.com/misyaguziya/custom_speech_recognition@master