summaryrefslogtreecommitdiffstats
path: root/Scripts/requirements.txt
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2023-05-01 10:52:11 -0700
committeryum <yum.food.vr@gmail.com>2023-05-01 10:58:13 -0700
commit1f2e5c6cf16e7e7a8d7d737ff86fdd7d89c2d9d9 (patch)
treeb732d116c8def12508d8217ff78fa7597deb15f4 /Scripts/requirements.txt
parent8534d17ab00de729867bb482ab204854127ed2a1 (diff)
Drop torch from requirements.txtv0.11.2
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)
Diffstat (limited to 'Scripts/requirements.txt')
-rw-r--r--Scripts/requirements.txt6
1 files changed, 1 insertions, 5 deletions
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