Skip to content

Update llama.cpp submodule to 9723942 - #21

Merged
daavoo merged 2 commits into
mainfrom
update-llama-cpp-9723942
Aug 31, 2026
Merged

Update llama.cpp submodule to 9723942#21
daavoo merged 2 commits into
mainfrom
update-llama-cpp-9723942

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR updates the llama.cpp submodule from 389ff61 to 9723942.

Changes: ggml-org/llama.cpp@389ff61...9723942


This PR was automatically created by the update-llama-cpp workflow.

@github-actions

Copy link
Copy Markdown
Contributor Author

🔨 CI triggered manually: https://github.com/mozilla-ai/agent.cpp/actions/runs/33345929214

Upstream llama.cpp moved its vendored headers behind `vendor::*` interface
targets and renamed the `common` library to `llama-common`. Linking the
now-nonexistent `common` target silently degraded to `-lcommon`, so the
nlohmann include directory was no longer propagated and every target that
includes <nlohmann/json.hpp> failed to compile.

Resolve the target name once (falling back to `common` for older pins) and
use it everywhere, including the standalone example projects.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@daavoo
daavoo merged commit 499604c into main Aug 31, 2026
5 checks passed
@daavoo
daavoo deleted the update-llama-cpp-9723942 branch August 31, 2026 08:31
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.

1 participant