-
Notifications
You must be signed in to change notification settings - Fork 11k
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
Run CI on Github-hosted arm64 runners too #12009
Conversation
I thought these machines would have at least one of the fancier features such as https://github.com/ggml-org/llama.cpp/actions/runs/13463358544/job/37627857347#step:5:39 |
Hmm also we need to disable artifact upload for ARM build: https://github.com/ggml-org/llama.cpp/actions/runs/13472209469/job/37647105574 |
Maybe upload both x64 and arm builds? |
Yup sounds good to me |
@ggerganov, looks like GH arm64 runners are reverted to Neoverse N1 which don't have SVE and I8MM support. Hopefully the Neoverse N2 instances get reenbled soon. |
This PR enables CI on Github-hosted arm64 runners that are now available for free in public repositories
Related to #11275