Bump llama.cpp to cb295bf (b9888) for v0.8.33#67
Merged
Conversation
Fold the latest upstream binding into the unreleased v0.8.33. Forward bump from 2d973636e (b9870, v0.8.32) — 18 commits. All headers the binding compiles against are unchanged in this range; the diff only touches llama core src and the statically-linked ggml backends (CUDA/HIP/Vulkan/CPU), so no NIF changes were required. CHANGELOG updated only; @Version stays 0.8.33 and checksum.exs is left for CI to regenerate on the release tag.
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.
What
Folds the latest upstream llama.cpp binding into the unreleased v0.8.33.
2d973636e(b9870, v0.8.32) →cb295bf59(b9888) — 18 commits.v0.8.33### Changedsection.Scope
@versionstays0.8.33(this release was never tagged).checksum.exsuntouched — regenerated by CI on the release tag.Binding impact
No NIF changes required. Every header the binding compiles against —
include/llama.h,ggml/include/ggml.h,ggml/include/ggml-backend.h,common/common.h,common/chat.h,common/json-schema-to-grammar.h,common/sampling.h,common/speculative.h— has zero diff in this range(nothing under
include/orcommon/changed at all). The diff only touchesllamacoresrc/and the statically-linkedggmlbackends(CUDA/HIP/Vulkan/CPU) plus webui/scripts/server-test code the NIF does not link against, so the bump is picked up by resyncing the static libraries
on rebuild.