Skip to content

Commit

Permalink
whisper: Exclude Whisper model files from backups (#3658)
Browse files Browse the repository at this point in the history
* Exclude Whisper model files from backups

* Update CHANGELOG.md

* Update config.yaml

* Update config.yaml
  • Loading branch information
tronikos committed Jul 2, 2024
1 parent 63508a7 commit aa73a58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions whisper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.1.1

- Exclude `data/models*` files from backup

## 2.1.0

- Add distil-large-v3 `model` option
Expand Down
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.1.0
version: 2.1.1
slug: whisper
name: Whisper
description: Speech-to-text with Whisper
Expand All @@ -11,7 +11,7 @@ init: false
discovery:
- wyoming
backup_exclude:
- "*.bin"
- "data/models*"
options:
model: tiny-int8
language: en
Expand Down

0 comments on commit aa73a58

Please sign in to comment.