Skip to content

Commit

Permalink
Update wyoming-whisper to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duhow committed Dec 1, 2024
1 parent 5d9cb42 commit 92ce193
Show file tree
Hide file tree
Showing 3 changed files with 8 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
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: [email protected]
base_image: [email protected]
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 92ce193

Please sign in to comment.