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_frozen.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_frozen.txt')
| -rw-r--r-- | Scripts/requirements_frozen.txt | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Scripts/requirements_frozen.txt b/Scripts/requirements_frozen.txt new file mode 100644 index 0000000..dd56b9d --- /dev/null +++ b/Scripts/requirements_frozen.txt @@ -0,0 +1,41 @@ +av==10.0.0 +certifi==2023.7.22 +charset-normalizer==3.2.0 +colorama==0.4.6 +coloredlogs==15.0.1 +ctranslate2==3.19.0 +editdistance==0.6.2 +faster-whisper @ https://github.com/guillaumekln/faster-whisper/archive/78d57d73c5b4a76b32d1d5a415e4e7aea760295c.tar.gz#sha256=824b441278d59fb7daff99f98823d492762e279980922308a2e0833ac8e49c5c +filelock==3.12.3 +flatbuffers==23.5.26 +fsspec==2023.9.0 +future==0.18.2 +huggingface-hub==0.16.4 +humanfriendly==10.0 +idna==3.4 +keyboard==0.13.5 +langcodes==3.3.0 +language-data==1.1 +marisa-trie==0.7.8 +mpmath==1.3.0 +numpy==1.25.2 +onnxruntime==1.14.1 +openvr==1.26.701 +packaging==23.1 +Pillow==10.0.0 +protobuf==4.24.3 +PyAudio==0.2.13 +pydub==0.25.1 +pyreadline3==3.4.1 +python-osc==1.8.3 +PyYAML==6.0.1 +regex==2023.8.8 +requests==2.31.0 +safetensors==0.3.3 +sentence-splitter==1.4 +sympy==1.12 +tokenizers==0.13.3 +tqdm==4.66.1 +transformers==4.33.1 +typing_extensions==4.7.1 +urllib3==2.0.4 |
