Skip to content

Commit

Permalink
docs: update README with build matrix link for clarity
Browse files Browse the repository at this point in the history
- Update README to include a reference to the actual build matrix in `docker_publish.yml`.

Signed-off-by: CHEN, CHUN <[email protected]>
  • Loading branch information
jim60105 committed Jan 5, 2025
1 parent 6708b40 commit ecf9fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ docker run --gpus all -it -v ".:/app" ghcr.io/jim60105/whisperx:no_model -- -
The image tags are formatted as `WHISPER_MODEL`-`LANG`, for example, `tiny-en`, `base-de`, `large-v3-zh` or `distil-large-v3-ja`.
Please be aware that the whisper models `*.en`, `large-v1`, `large-v2` have been excluded as I believe they are not frequently used. If you require these models, please refer to the following section to build them on your own.

You can find all available tags at [ghcr.io](https://github.com/jim60105/docker-whisperX/pkgs/container/whisperx/versions?filters%5Bversion_type%5D=tagged).
You can find the actual build matrix in [docker_publish.yml](.github/workflows/docker_publish.yml#L212) and all available tags at [ghcr.io](https://github.com/jim60105/docker-whisperX/pkgs/container/whisperx/versions?filters%5Bversion_type%5D=tagged).

In addition, there is also a `no_model` tag that does not include any pre-downloaded models, also referred to as `latest`.

Expand Down

0 comments on commit ecf9fb8

Please sign in to comment.