Skip to content
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

fix: change initialization order of llama-cpp-avx512 to go before avx2 variant #4837

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

bhulsken
Copy link
Contributor

fix init order, so avx512 gets tried before avx2

Description

This PR fixes #4836

Notes for Reviewers

trivial fix for PR, please pull

Copy link

netlify bot commented Feb 16, 2025

Deploy Preview for localai ready!

Name Link
🔨 Latest commit bfc6a0d
🔍 Latest deploy log https://app.netlify.com/sites/localai/deploys/67b259305905eb00089449cb
😎 Deploy Preview https://deploy-preview-4837--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.

@bhulsken bhulsken changed the title Fix initialization order of llama-cpp-avx512, init before avx2 variant fix: change initialization order of llama-cpp-avx512 to go before avx2 variant Feb 16, 2025
…ow tries before avx2

Signed-off-by: Bas Hulsken <bhulsken@hotmail.com>
@bhulsken bhulsken force-pushed the fix-llama.cpp-avx512-loading-order branch from 52e1448 to bfc6a0d Compare February 16, 2025 21:31
@mudler mudler added the bug Something isn't working label Feb 17, 2025
@mudler mudler merged commit bbf30d4 into mudler:master Feb 17, 2025
23 checks passed
@mudler
Copy link
Owner

mudler commented Feb 17, 2025

Thank you @bhulsken !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

llama-cpp-avx512 never gets used if cpu can run llama-cpp-avx2
2 participants