From 324751d1196764c80f3869dd787c517e697963be Mon Sep 17 00:00:00 2001 From: Gord <31004434+googanhiem@users.noreply.github.com> Date: Tue, 10 Dec 2024 10:53:37 +0000 Subject: [PATCH] Move Turbo closer to Large to avoid confusing it with Tiny (#3857) --- whisper/CHANGELOG.md | 4 ++++ whisper/DOCS.md | 2 +- whisper/config.yaml | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/whisper/CHANGELOG.md b/whisper/CHANGELOG.md index 08f24546fcd..9c08f592f99 100644 --- a/whisper/CHANGELOG.md +++ b/whisper/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.3.1 + +- Move `turbo` down the list closer to `large` to avoid confusion + ## 2.3.0 - Bump `wyoming-whisper` to 2.3.0 (`faster-whisper` to 1.1.0) diff --git a/whisper/DOCS.md b/whisper/DOCS.md index df962a8f624..d5c35c213a4 100644 --- a/whisper/DOCS.md +++ b/whisper/DOCS.md @@ -41,7 +41,6 @@ Compressed models (`int8`) are slightly less accurate than their counterparts, b Available models: -- `turbo` (faster than `large-v3`) - `tiny-int8` (compressed) - `tiny` - `tiny.en` (English only) @@ -62,6 +61,7 @@ Available models: - `large-v2` - `distil-large-v3` (distilled, English only) - `large-v3` +- `turbo` (faster than `large-v3`) ### Option: `custom_model` diff --git a/whisper/config.yaml b/whisper/config.yaml index 6a607a55d08..b333bad195e 100644 --- a/whisper/config.yaml +++ b/whisper/config.yaml @@ -1,5 +1,5 @@ --- -version: 2.3.0 +version: 2.3.1 slug: whisper name: Whisper description: Speech-to-text with Whisper @@ -19,7 +19,7 @@ options: debug_logging: false schema: model: | - list(turbo|tiny-int8|tiny|tiny.en|base-int8|base|base.en|small-int8|distil-small.en|small|small.en|distil-medium.en|medium-int8|medium|medium.en|large|large-v1|distil-large-v2|large-v2|distil-large-v3|large-v3|custom) + list(tiny-int8|tiny|tiny.en|base-int8|base|base.en|small-int8|distil-small.en|small|small.en|distil-medium.en|medium-int8|medium|medium.en|large|large-v1|distil-large-v2|large-v2|distil-large-v3|large-v3|turbo|custom) custom_model: str? language: | list(auto|af|am|ar|as|az|ba|be|bg|bn|bo|br|bs|ca|cs|cy|da|de|el|en|es|et|eu|fa|fi|fo|fr|gl|gu|ha|haw|he|hi|hr|ht|hu|hy|id|is|it|ja|jw|ka|kk|km|kn|ko|la|lb|ln|lo|lt|lv|mg|mi|mk|ml|mn|mr|ms|mt|my|ne|nl|nn|no|oc|pa|pl|ps|pt|ro|ru|sa|sd|si|sk|sl|sn|so|sq|sr|su|sv|sw|ta|te|tg|th|tk|tl|tr|tt|uk|ur|uz|vi|yi|yo|zh|yue)