Skip to content

chore: ⬆️ Update ggml-org/llama.cpp to e475fa2b5f9fb50c3d6fc3e7c6fdf1e004465b62 - #10392

Merged
mudler merged 2 commits into
mudler:masterfrom
ci-forks:update/LLAMA_VERSION
Jun 20, 2026
Merged

chore: ⬆️ Update ggml-org/llama.cpp to e475fa2b5f9fb50c3d6fc3e7c6fdf1e004465b62#10392
mudler merged 2 commits into
mudler:masterfrom
ci-forks:update/LLAMA_VERSION

Conversation

@localai-bot

@localai-bot localai-bot commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

@localai-bot
localai-bot force-pushed the update/LLAMA_VERSION branch from e4804a9 to f2eeb64 Compare June 18, 2026 20:56
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@localai-bot localai-bot changed the title chore: ⬆️ Update ggml-org/llama.cpp to 3a3edc9ac65cca79584ca497be41d70c75a58ba8 chore: ⬆️ Update ggml-org/llama.cpp to e475fa2b5f9fb50c3d6fc3e7c6fdf1e004465b62 Jun 19, 2026
@localai-bot
localai-bot force-pushed the update/LLAMA_VERSION branch from f2eeb64 to d9b5b8b Compare June 19, 2026 20:37
Upstream llama.cpp (e475fa2) extracted the JSON request-schema evaluation
out of the static server_task::params_from_json_cmpl into the new
server_schema::eval_llama_cmpl_schema (tools/server/server-schema.cpp).
The grpc-server unity build still called the old static member, breaking
every llama-cpp backend build with "no member named 'params_from_json_cmpl'
in 'server_task'".

Pull server-schema.cpp into the translation unit and call the new function,
keeping both guarded by __has_include so forks that predate the split (e.g.
llama-cpp-turboquant, which still exposes params_from_json_cmpl) keep
compiling against the old static member.

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
Assisted-by: Claude:claude-opus-4-8 [Claude Code]
@mudler
mudler merged commit 5183812 into mudler:master Jun 20, 2026
67 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants