Skip to content

Conversation

KingJ
Copy link
Contributor

@KingJ KingJ commented Sep 10, 2025

Description

This PR fixes #6114.

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.

Notes for Reviewers

The only other inconsistent hipblas build in .github/workflows/backend.yml is now -gpu-hipblas-exllama2, however as that's not referenced in backend/index.yaml i've not updated it.

I've also left a comment on #6114 which goes in to a bit more detail.

Signed commits

  • Yes, I signed my commits.

Copy link

netlify bot commented Sep 10, 2025

Deploy Preview for localai ready!

Name Link
🔨 Latest commit 2e03617
🔍 Latest deploy log https://app.netlify.com/projects/localai/deploys/68c2008f799d4a0008c04a3e
😎 Deploy Preview https://deploy-preview-6247--localai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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 mudler#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]>
@KingJ KingJ force-pushed the fix-backend-build-config-for-hipblas branch from 975ae9b to 2e03617 Compare September 10, 2025 22:49
Copy link
Owner

@mudler mudler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks for opening up the PR

@mudler mudler merged commit 1d3331b into mudler:master Sep 11, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Backend installation Rocm-Whisper Failed
2 participants