Skip to content

Commit

Permalink
chore: update whisper.cpp v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miyataka committed May 15, 2023
1 parent 9f58541 commit 0710cce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:jammy
WORKDIR /usr/local/src
RUN apt update
RUN apt install -y git ffmpeg make g++ vim wget
RUN git clone https://github.com/ggerganov/whisper.cpp.git -b v1.4.0 --depth 1
RUN git clone https://github.com/ggerganov/whisper.cpp.git -b v1.4.1 --depth 1

# whisper.cpp setup
WORKDIR /usr/local/src/whisper.cpp
Expand Down
2 changes: 1 addition & 1 deletion cmd/whisper-cpp_docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"path/filepath"
)

const preparedImage = "miyataka/whisper.cpp-docker:v1.4.0"
const preparedImage = "miyataka/whisper.cpp-docker:v1.4.1"

func main() {
// flag
Expand Down

0 comments on commit 0710cce

Please sign in to comment.