Skip to content

feat(whisper.cpp): gpu support #5344

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 10, 2025
Merged

feat(whisper.cpp): gpu support #5344

merged 2 commits into from
May 10, 2025

Conversation

mudler
Copy link
Owner

@mudler mudler commented May 10, 2025

Description

This is a follow up of #5315 and #5338 , by enabling acceleration support for sycl and hipblas we found out later on builds in master that things were not working right, this is because only master runs builds with sycl and hipblas (to avoid to consume too many CI resources).

This PR also re-enables hipblas, vulkan and sycl testing in PRs so we can catch that early on.

whisper acceleration is supported on (with this PR):

  • vulkan
  • cuda
  • Metal

Not yet:

  • sycl
  • hipblas

Notes for Reviewers

Signed commits

  • Yes, I signed my commits.

Copy link

netlify bot commented May 10, 2025

Deploy Preview for localai ready!

Name Link
🔨 Latest commit 8eebbf8
🔍 Latest deploy log https://app.netlify.com/sites/localai/deploys/681fb0371a8a6b00086e4d19
😎 Deploy Preview https://deploy-preview-5344--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 site configuration.

@mudler mudler force-pushed the fix/whisper.cpp-accell branch from c4be9c8 to c8f486e Compare May 10, 2025 08:00
Signed-off-by: Ettore Di Giacinto <[email protected]>
@mudler mudler force-pushed the fix/whisper.cpp-accell branch from c8f486e to 49f6e82 Compare May 10, 2025 08:06
Repository owner deleted a comment May 10, 2025
Repository owner deleted a comment May 10, 2025
Repository owner deleted a comment May 10, 2025
Repository owner deleted a comment May 10, 2025
Repository owner deleted a comment May 10, 2025
@mudler mudler force-pushed the fix/whisper.cpp-accell branch 7 times, most recently from f769c92 to 8eca72c Compare May 10, 2025 16:43
@mudler mudler added enhancement New feature or request and removed dependencies labels May 10, 2025
@mudler mudler changed the title fix(whisper.cpp): gpu support feat(whisper.cpp): gpu support May 10, 2025
Signed-off-by: Ettore Di Giacinto <[email protected]>
@mudler mudler force-pushed the fix/whisper.cpp-accell branch from 8eca72c to 8eebbf8 Compare May 10, 2025 19:59
@mudler mudler merged commit 6978eec into master May 10, 2025
26 of 28 checks passed
@mudler mudler deleted the fix/whisper.cpp-accell branch May 10, 2025 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant