diff options
| author | yum <yum.food.vr@gmail.com> | 2024-01-08 18:59:27 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-01-08 18:59:27 -0800 |
| commit | 33db3dcc23a45cae611bcf839c33d6615ccbf59e (patch) | |
| tree | 7c4c9bc5b8c1ab83a4d1f7f009a9065f545f2074 /Scripts/requirements.txt | |
| parent | f7e1cf963efc6e4e564b41445cfd328c3baa0f0a (diff) | |
Revert "Begin experimenting with flash-attention"
This reverts commit 921b92a69f36502dc5eefd14ba3487c1bb49bb9d.
Diffstat (limited to 'Scripts/requirements.txt')
| -rw-r--r-- | Scripts/requirements.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Scripts/requirements.txt b/Scripts/requirements.txt index 58db539..9224ba8 100644 --- a/Scripts/requirements.txt +++ b/Scripts/requirements.txt @@ -1,20 +1,17 @@ +ctranslate2 editdistance -flash-attn==2.3.6 +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 openvr -onnxruntime -packaging pillow pyaudio pydub python-osc pyyaml sentence_splitter -transformers==4.35.2 ---extra-index-url https://download.pytorch.org/whl/cu121 -torch +transformers>=4.21.0 |
