From 0447f37fb744a1b350f6b92e4d140dbdb1c8d3ec Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 11 Sep 2023 13:46:57 -0700 Subject: Pin huggingface_hub to 0.16.4 0.17.x are breaking faster_whisper's ability to download models. Also: * Start using frozen requirements.txt. * Conditionally install torch & legacy whisper only when doing mechanical optimization. --- Scripts/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Scripts/requirements.txt') diff --git a/Scripts/requirements.txt b/Scripts/requirements.txt index d694f4a..9224ba8 100644 --- a/Scripts/requirements.txt +++ b/Scripts/requirements.txt @@ -2,6 +2,7 @@ ctranslate2 editdistance faster-whisper@https://github.com/guillaumekln/faster-whisper/archive/78d57d73c5b4a76b32d1d5a415e4e7aea760295c.tar.gz future==0.18.2 +huggingface_hub==0.16.4 keyboard langcodes language-data @@ -14,5 +15,3 @@ pyyaml sentence_splitter transformers>=4.21.0 -git+https://github.com/openai/whisper.git -scipy -- cgit v1.2.3