-
Notifications
You must be signed in to change notification settings - Fork 12.1k
Run CI on Github-hosted arm64 runners too #12009
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
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. |
Hi @ggerganov , I see Neoverse N2 runners are picked up now! next, we will check the CI test coverage for the i8mm and sve kernels! |
This PR enables CI on Github-hosted arm64 runners that are now available for free in public repositories
Related to #11275