diff options
| author | yum <yum.food.vr@gmail.com> | 2023-04-23 20:52:36 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-04-23 20:52:36 -0700 |
| commit | b4bb6524652e0f76834ca26a4afa232855ca1348 (patch) | |
| tree | b1aa7e7c329b69481393b28936ad4c82f7a6acd0 /Scripts/requirements.txt | |
| parent | f5c1611f9cdf027f75c81576d17dfee8671d65ca (diff) | |
Begin integrating faster-whisperv0.11.0
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.
Diffstat (limited to 'Scripts/requirements.txt')
| -rw-r--r-- | Scripts/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
