diff options
| author | yum <yum.food.vr@gmail.com> | 2024-11-16 15:04:13 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-11-16 15:16:59 -0800 |
| commit | 673d701ea471daebecb1fb0c1edf79a2017a78ac (patch) | |
| tree | c65ce867b9acaf3b02077469847d41124df459c9 /Scripts/requirements.txt | |
| parent | c27d3fdcdf3b13dbe0df7a0a153cb53673d1b6c2 (diff) | |
Add support for whisper large v3 turbo
Also:
* Double # of audio device slots
* Fetch CuDNN from NVIDIA at runtime instead of vendoring
Diffstat (limited to 'Scripts/requirements.txt')
| -rw-r--r-- | Scripts/requirements.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Scripts/requirements.txt b/Scripts/requirements.txt index 949b82c..41c581c 100644 --- a/Scripts/requirements.txt +++ b/Scripts/requirements.txt @@ -1,6 +1,6 @@ -ctranslate2==4.2.1 +ctranslate2==4.5.0 editdistance -faster-whisper@https://github.com/guillaumekln/faster-whisper/archive/2f6913efc85306fc4f900da6c67f9a06a7d54a3d.tar.gz +faster-whisper@https://github.com/guillaumekln/faster-whisper/archive/53bbe5401683c9a7549db62642e3d4535956b95c.tar.gz future==0.18.2 huggingface_hub==0.16.4 keyboard @@ -14,4 +14,5 @@ python-osc pyyaml sentence_splitter transformers>=4.21.0 +wget |
