diff --git a/whisper/CHANGELOG.md b/whisper/CHANGELOG.md index fe1942d8a0a..4d79e7f4592 100644 --- a/whisper/CHANGELOG.md +++ b/whisper/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.1 + +- Remove model `medium` from documentation + ## 1.0.0 - Upgrade to `wyoming-whisper` 1.0.1 diff --git a/whisper/DOCS.md b/whisper/DOCS.md index 9b2c2e699d9..d6bdfd6d0b9 100644 --- a/whisper/DOCS.md +++ b/whisper/DOCS.md @@ -48,7 +48,6 @@ Available models are sorted from least to most accurate. - `small-int8` (255 MB) - `small` (968 MB) - `medium-int8` (786 MB) -- `medium` (3.1 GB) ### Option: `beam_size` diff --git a/whisper/config.yaml b/whisper/config.yaml index fa0b500c838..4af2f9c0f44 100644 --- a/whisper/config.yaml +++ b/whisper/config.yaml @@ -1,5 +1,5 @@ --- -version: 1.0.0 +version: 1.0.1 slug: whisper name: Whisper description: Speech-to-text with Whisper