Skip to content

Commit 1d3331b

Browse files
authored
fix(rocm): Rename tag suffix for hipblas whisper build to match backend config (#6247)
Rename tag suffix for hipblas whisper to match backend config hipblas images generally have the suffix `-gpu-rocm-hipblas-X`. One exception to this currently is the hipblas build of Whisper which has the suffix `gpu-hipblas-whisper. However, as `backend/index.yaml` references the image tag for Whisper using the more consistent form (i.e. `latest-gpu-rocm-hipblas-whisper`), it is not possible to add the backend as raised in #6114. Therefore, rename the suffix for hipblas whisper images to use the more consistent form, aligning with other hipblas builds as well as the expected image name in `backend/index.yaml`. Signed-off-by: Kingsley Jarrett <[email protected]>
1 parent 2c0b9c6 commit 1d3331b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ jobs:
775775
cuda-minor-version: ""
776776
platforms: 'linux/amd64'
777777
tag-latest: 'auto'
778-
tag-suffix: '-gpu-hipblas-whisper'
778+
tag-suffix: '-gpu-rocm-hipblas-whisper'
779779
base-image: "rocm/dev-ubuntu-22.04:6.4.3"
780780
runs-on: 'ubuntu-latest'
781781
skip-drivers: 'false'

0 commit comments

Comments
 (0)