From 6a75764cec6dbe6fa6066f06222ead3071d71900 Mon Sep 17 00:00:00 2001 From: brooke Date: Thu, 24 Apr 2025 16:28:26 -0400 Subject: [PATCH] update readme and image tag --- .github/workflows/build.yml | 2 +- README.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 702093a..b548799 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,4 +39,4 @@ jobs: ENV HSA_OVERRIDE_GFX_VERSION=10.3 MODEL_URL=https://fung.uy/mycosystems/whisperx-amd/raw/branch/main/models/pytorch_model.bin tags: | - fung.uy/mycosystems/whisperx-amd:gfx1031-10.3 + fung.uy/mycosystems/whisperx-amd:gfx1031 diff --git a/README.md b/README.md index e69de29..a3e03d8 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,8 @@ +## Pipeline for building amd compatible WhisperX containers + +This project is not at all associated with WhisperX if you have issues with this container please send me an email, do not pester the upstream developers +**brooke (at) myco (dot) systems** + +Images are build and tagged with the GFX version, please check your gpu. For example, the RX 6700 XT is gfx1031 so you would use the image fung.uy/mycosystems/whisperx-amd:**gfx1031** + +It's pretty common to find the GFX version on [techpowerup](https://www.techpowerup.com) under the section **GPU Notes** \ No newline at end of file