diff options
| author | yum <yum.food.vr@gmail.com> | 2023-09-11 13:46:57 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-09-11 13:53:14 -0700 |
| commit | 0447f37fb744a1b350f6b92e4d140dbdb1c8d3ec (patch) | |
| tree | df57c1fd17bc8a9533713afb1663c17f6df8cf24 /Scripts/requirements.txt | |
| parent | d3c325c4c4dd954a75267b013f33f5f3c5d041bc (diff) | |
Pin huggingface_hub to 0.16.4v0.15.2
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.
Diffstat (limited to 'Scripts/requirements.txt')
| -rw-r--r-- | Scripts/requirements.txt | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
