From b4bb6524652e0f76834ca26a4afa232855ca1348 Mon Sep 17 00:00:00 2001 From: yum Date: Sun, 23 Apr 2023 20:52:36 -0700 Subject: Begin integrating faster-whisper This is a much faster, lower-VRAM reimplementation of Whisper in Python. Early testing is extremely promising: fast transcription speed, extremely low resource usage (CPU/RAM/VRAM), high accuracy. --- Scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Scripts/requirements.txt') diff --git a/Scripts/requirements.txt b/Scripts/requirements.txt index c218302..043fb40 100644 --- a/Scripts/requirements.txt +++ b/Scripts/requirements.txt @@ -9,4 +9,4 @@ pyyaml --extra-index-url https://download.pytorch.org/whl/cu116 torch==1.13.1+cu116 -git+https://github.com/openai/whisper.git +faster-whisper -- cgit v1.2.3