MLECO-7194: Align CPU_ARCH usage with llama.cpp#13
Open
liam-barry-arm wants to merge 1 commit intomainfrom
Open
MLECO-7194: Align CPU_ARCH usage with llama.cpp#13liam-barry-arm wants to merge 1 commit intomainfrom
liam-barry-arm wants to merge 1 commit intomainfrom
Conversation
Aligned readme table and code implementation for CPU Arch flag Corrected case mismatch that made certain presets unreachable Removed duplicate Armv9 preset Added explanation and source for CPU Arch presets V9.0 preset removed as this was not part of ggml suggested presets for arch64 Linux. Added guard to avoid appending/stacking on top of existing march flag Note: Also includes a small fix for SHA mismatch in requirements.json Change-Id: I3a8f4b4da7166966787a1e543bff436a3c15feac Signed-off-by: Liam Barry <liam.barry@arm.com>
NinaARM
approved these changes
Apr 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Aligned readme table and code implementation for CPU Arch flag Corrected case mismatch that made certain presets unreachable Removed duplicate Armv9 preset
Added explanation and source for CPU Arch presets
V9.0 preset removed as this was not part of ggml suggested presets for arch64 Linux. Added guard to avoid appending/stacking on top of existing march flag
Note: Also includes a small fix for SHA mismatch in requirements.json
Change-Id: I3a8f4b4da7166966787a1e543bff436a3c15feac