Skip to content

Commit

Permalink
Update faster-whisper
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Mar 10, 2024
1 parent aa35e7b commit b443472
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 WHISPER_VERSION='1.0.1'
ARG WYOMING_WHISPER_VERSION='2.0.0'

RUN \
apt-get update \
Expand All @@ -17,7 +17,7 @@ RUN \
wheel \
&& pip3 install --no-cache-dir \
--extra-index-url https://www.piwheels.org/simple \
"wyoming-faster-whisper==${WHISPER_VERSION}" \
"wyoming-faster-whisper @ https://github.com/rhasspy/wyoming-faster-whisper/archive/refs/tags/v${WYOMING_WHISPER_VERSION}.tar.gz" \
\
&& apt-get purge -y --auto-remove \
build-essential \
Expand Down
4 changes: 2 additions & 2 deletions whisper/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.PHONY: local run update

VERSION := 1.1.0
VERSION := 2.0.0
TAG := rhasspy/wyoming-whisper
PLATFORMS := linux/amd64,linux/arm64,linux/armv7
PLATFORMS := linux/amd64,linux/arm64
DATA_DIR := ${HOME}/.local/share/wyoming/whisper
MODEL := tiny-int8
MODEL_LANG := en
Expand Down

0 comments on commit b443472

Please sign in to comment.