Skip to content

Commit

Permalink
medium
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed May 22, 2024
1 parent 14a25a4 commit 16ba336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
tags: "ghcr.io/bnosac/${{ matrix.config.tag }}:latest"
file: ${{ matrix.config.dockerfile }}
build-args: |
WHISPER_MODEL="base"
WHISPER_MODEL=medium
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Public docker images

- **whisper-base**:

- Docker image based on rocker/r-ver:4.4.0
- Docker image based on rocker/r2u:22.04
- Containing software to perform transcriptions based on audio.whisper

```
Expand Down

0 comments on commit 16ba336

Please sign in to comment.