From 1f2e5c6cf16e7e7a8d7d737ff86fdd7d89c2d9d9 Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 1 May 2023 10:52:11 -0700 Subject: Drop torch from requirements.txt faster-whisper doesn't need it. This reduces install size from 6.00GB with base.en model to 1.70GB. * Use a single sampler in shader (enables using more than 16 textures) * Minor legibility regression - need to improve AA. * Enable backface culling in shader (minor performance win) --- Scripts/requirements.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Scripts') diff --git a/Scripts/requirements.txt b/Scripts/requirements.txt index 725ee47..c3b91d8 100644 --- a/Scripts/requirements.txt +++ b/Scripts/requirements.txt @@ -1,4 +1,5 @@ editdistance +faster-whisper@https://github.com/guillaumekln/faster-whisper/archive/358d373691c95205021bd4bbf28cde7ce4d10030.tar.gz future==0.18.2 langcodes language-data @@ -8,8 +9,3 @@ pyaudio python-osc playsound==1.2.2 pyyaml - ---extra-index-url https://download.pytorch.org/whl/cu116 -torch==1.13.1+cu116 - -faster-whisper@https://github.com/guillaumekln/faster-whisper/archive/358d373691c95205021bd4bbf28cde7ce4d10030.tar.gz -- cgit v1.2.3