From 92ce193bb6e7ff6449528302d4e5f8904cb35c45 Mon Sep 17 00:00:00 2001 From: duhow Date: Sun, 1 Dec 2024 18:16:57 +0100 Subject: [PATCH] Update wyoming-whisper to 2.3.0 --- whisper/CHANGELOG.md | 5 +++++ whisper/build.yaml | 2 +- whisper/config.yaml | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/whisper/CHANGELOG.md b/whisper/CHANGELOG.md index dff47ae3e8c..08f24546fcd 100644 --- a/whisper/CHANGELOG.md +++ b/whisper/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2.3.0 + +- Bump `wyoming-whisper` to 2.3.0 (`faster-whisper` to 1.1.0) +- Supports model `turbo` for faster processing + ## 2.2.0 - Bump `wyoming-whisper` to 2.2.0 (`faster-whisper` to 1.0.3) diff --git a/whisper/build.yaml b/whisper/build.yaml index 40d12db550e..b472ba83878 100644 --- a/whisper/build.yaml +++ b/whisper/build.yaml @@ -6,4 +6,4 @@ codenotary: signer: notary@home-assistant.io base_image: notary@home-assistant.io args: - WYOMING_WHISPER_VERSION: 2.2.0 + WYOMING_WHISPER_VERSION: 2.3.0 diff --git a/whisper/config.yaml b/whisper/config.yaml index aad413b9aba..6a607a55d08 100644 --- a/whisper/config.yaml +++ b/whisper/config.yaml @@ -1,5 +1,5 @@ --- -version: 2.2.0 +version: 2.3.0 slug: whisper name: Whisper description: Speech-to-text with Whisper @@ -19,7 +19,7 @@ options: debug_logging: false schema: model: | - 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|custom) + 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) 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)