Skip to content

chore: ⬆️ Update ggml-org/llama.cpp to 3466812d1f06728effe7c0f3c0671117f461672d - #11798

Merged
mudler merged 2 commits into
mudler:masterfrom
ci-forks:bump/LLAMA_VERSION
Sep 1, 2026
Merged

chore: ⬆️ Update ggml-org/llama.cpp to 3466812d1f06728effe7c0f3c0671117f461672d#11798
mudler merged 2 commits into
mudler:masterfrom
ci-forks:bump/LLAMA_VERSION

Conversation

@localai-org-maint-bot

@localai-org-maint-bot localai-org-maint-bot commented Aug 31, 2026

Copy link
Copy Markdown
Collaborator

@localai-org-maint-bot localai-org-maint-bot changed the title chore: ⬆️ Update ggml-org/llama.cpp to daef7b6874397a5a7c3d7e38b55e2ee0adf7da38 chore: ⬆️ Update ggml-org/llama.cpp to e4b9af007beae34abba094cefd187658e89bbac8 Aug 31, 2026
@localai-org-maint-bot localai-org-maint-bot changed the title chore: ⬆️ Update ggml-org/llama.cpp to e4b9af007beae34abba094cefd187658e89bbac8 chore: ⬆️ Update ggml-org/llama.cpp to 0eadefebd3f8f92a86d634a0e5b8fffc9dc792c0 Sep 1, 2026
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@localai-org-maint-bot localai-org-maint-bot changed the title chore: ⬆️ Update ggml-org/llama.cpp to 0eadefebd3f8f92a86d634a0e5b8fffc9dc792c0 chore: ⬆️ Update ggml-org/llama.cpp to 3466812d1f06728effe7c0f3c0671117f461672d Sep 1, 2026
ggml-rpc gained an Apple RDMA transport in this llama.cpp range and
declares its librdma dependency with target_link_options(ggml-rpc
PRIVATE "LINKER:-weak_library,..."). Link options are not a usage
requirement of a static library, so the llama-cpp-grpc variant, which
builds with BUILD_SHARED_LIBS=OFF, dropped the flag and left every
ibv_* symbol of transport-apple.cpp undefined when grpc-server linked
on darwin.

prepare.sh now re-declares the same weak link as INTERFACE on the
ggml-rpc target, so the flag reaches whoever links the static library.
The append is guarded on a marker for repeat runs, and on
GGML_RPC_RDMA_APPLE, which the turboquant and bonsai forks lack.

Assisted-by: Claude:claude-opus-5 [Claude Code]
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
@mudler
mudler merged commit e760eb2 into mudler:master Sep 1, 2026
73 of 76 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants