Skip to content

Commit

Permalink
Update faster-whisper to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Oct 15, 2024
1 parent 5f9351c commit 569adc8
Show file tree
Hide file tree
Showing 3 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.2.0

- Bump `wyoming-whisper` to 2.2.0 (`faster-whisper` to 1.0.3)

## 2.1.0

- Added `--initial-prompt` (see https://github.com/openai/whisper/discussions/963)
Expand Down
2 changes: 1 addition & 1 deletion whisper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:bullseye-slim

# Install Whisper
WORKDIR /usr/src
ARG WYOMING_WHISPER_VERSION='2.1.0'
ARG WYOMING_WHISPER_VERSION='2.2.0'

RUN \
apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion whisper/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: local run update

VERSION := 2.1.0
VERSION := 2.2.0
TAG := rhasspy/wyoming-whisper
PLATFORMS := linux/amd64,linux/arm64
DATA_DIR := ${HOME}/.local/share/wyoming/whisper
Expand Down

0 comments on commit 569adc8

Please sign in to comment.