Skip to content

Commit

Permalink
Update wyoming-whisper to 2.3.0 (#3848)
Browse files Browse the repository at this point in the history
* Update wyoming-whisper to 2.3.0

* update docs
  • Loading branch information
duhow authored Dec 3, 2024
1 parent 81a3226 commit 5dd4f18
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions whisper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
1 change: 1 addition & 0 deletions whisper/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ 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)
Expand Down
2 changes: 1 addition & 1 deletion whisper/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions whisper/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 2.2.0
version: 2.3.0
slug: whisper
name: Whisper
description: Speech-to-text with Whisper
Expand All @@ -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)
Expand Down

0 comments on commit 5dd4f18

Please sign in to comment.