From 673d701ea471daebecb1fb0c1edf79a2017a78ac Mon Sep 17 00:00:00 2001 From: yum Date: Sat, 16 Nov 2024 15:04:13 -0800 Subject: Add support for whisper large v3 turbo Also: * Double # of audio device slots * Fetch CuDNN from NVIDIA at runtime instead of vendoring --- Scripts/requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Scripts/requirements.txt') 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 -- cgit v1.2.3