feat(backends): add CachyLLaMA support - #11199
Open
localai-org-maint-bot wants to merge 3 commits into
Open
Conversation
localai-org-maint-bot
force-pushed
the
cron/issue-10590
branch
2 times, most recently
from
July 30, 2026 11:05
4226d8b to
5cb0985
Compare
Add CachyLLaMA as a GGUF-compatible llama.cpp fork backend with CPU and Vulkan builds on Linux and Metal on Apple silicon. Expose it through model import, document persistent SSD cache options, and wire CI path filtering and dependency updates. Assisted-by: Codex:gpt-5
Avoid the CPU_ALL_VARIANTS SME matrix on ARM, where the Linux and Darwin backend toolchains fail to compile CachyLLaMA. Keep the existing variant build for x86 and use the fully linked fallback build for ARM. Assisted-by: Codex:gpt-5 [systematic-debugging]
CachyLLaMA splits persistent prompt-cache support into separate source files. Include those implementations in the monolithic LocalAI gRPC adapter when the fork provides them so the ARM64 fallback build resolves the page-manager symbols. Assisted-by: Codex:gpt-5 [Codex]
localai-org-maint-bot
force-pushed
the
cron/issue-10590
branch
from
July 31, 2026 03:07
5cb0985 to
0650652
Compare
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.
Summary
Testing
make test-ci-scripts(41 passed)backend/index.yaml, backend matrices, and edited workflows withgo.yaml.in/yaml/v3bash -non all new shell scriptsmake -n docker-build-cachyllamagit diff --checkggml-rpc-serverThe importer Go suite and focused React Playwright spec could not be run locally because this environment blocks the required protoc/npm release downloads. The full backend image build is left to CI because repository guidance requires approval before long local builds.
Fixes #10590