update readme and image tag
This commit is contained in:
parent
9a1219adb5
commit
6a75764cec
2 changed files with 9 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -39,4 +39,4 @@ jobs:
|
||||||
ENV HSA_OVERRIDE_GFX_VERSION=10.3
|
ENV HSA_OVERRIDE_GFX_VERSION=10.3
|
||||||
MODEL_URL=https://fung.uy/mycosystems/whisperx-amd/raw/branch/main/models/pytorch_model.bin
|
MODEL_URL=https://fung.uy/mycosystems/whisperx-amd/raw/branch/main/models/pytorch_model.bin
|
||||||
tags: |
|
tags: |
|
||||||
fung.uy/mycosystems/whisperx-amd:gfx1031-10.3
|
fung.uy/mycosystems/whisperx-amd:gfx1031
|
||||||
|
|
|
@ -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**
|
Loading…
Add table
Reference in a new issue