-
Notifications
You must be signed in to change notification settings - Fork 22.6k
Comparing changes
Open a pull request
base repository: ggml-org/llama.cpp
base: master
head repository: crow-cli/llama.cpp
compare: master
- 18 commits
- 33 files changed
- 2 contributors
Commits on Jun 21, 2026
-
llama.cpp-mv: align with upstream b9743 (2026-06-22)
Weekly alignment: b9637 -> b9743. Output verified bit-identical. Upstream changes: MoE w_s scaling, server refactoring, new models. Assisted-by: Claude Sonnet
Configuration menu - View commit details
-
Copy full SHA for d23d346 - Browse repository at this point
Copy the full SHA d23d346View commit details
Commits on Jun 28, 2026
-
Configuration menu - View commit details
-
Copy full SHA for c9fa9ba - Browse repository at this point
Copy the full SHA c9fa9baView commit details -
llama.cpp-mv: update upstream tracker after b9833 alignment
Assisted-by: OpenCode
Configuration menu - View commit details
-
Copy full SHA for 369caad - Browse repository at this point
Copy the full SHA 369caadView commit details
Commits on Jun 30, 2026
-
server: add --log-requests FNAME to log HTTP request/response JSON lines
Useful for debugging API clients and verifying embedding outputs. Each line contains method, path, remote_addr, status, request body and response body as JSON. Assisted-by: OpenCode
Configuration menu - View commit details
-
Copy full SHA for 9aed05d - Browse repository at this point
Copy the full SHA 9aed05dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03223f1 - Browse repository at this point
Copy the full SHA 03223f1View commit details
Commits on Jul 5, 2026
-
Configuration menu - View commit details
-
Copy full SHA for aaf96ef - Browse repository at this point
Copy the full SHA aaf96efView commit details -
llama.cpp-mv: update upstream tracker after b9876 alignment
Assisted-by: OpenCode
Configuration menu - View commit details
-
Copy full SHA for 331906f - Browse repository at this point
Copy the full SHA 331906fView commit details -
llama.cpp-mv: -rea off disables reasoning extraction entirely
When -rea off is passed, also set reasoning_format to NONE so no reasoning content is extracted or returned by the server. Assisted-by: OpenCode
Configuration menu - View commit details
-
Copy full SHA for 9a58ffe - Browse repository at this point
Copy the full SHA 9a58ffeView commit details
Commits on Jul 12, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 10d40b0 - Browse repository at this point
Copy the full SHA 10d40b0View commit details -
llama.cpp-mv: update upstream tracker after b9977 alignment
Assisted-by: OpenCode
Configuration menu - View commit details
-
Copy full SHA for 727f3a5 - Browse repository at this point
Copy the full SHA 727f3a5View commit details
Commits on Jul 19, 2026
-
llama.cpp-mv: add --fail-on-no-slot server option
When enabled, llama-server immediately returns HTTP 503 for new completion/embedding/rerank requests if no slots are available, instead of deferring them and risking OOM with concurrent traffic. Assisted-by: OpenCode
Configuration menu - View commit details
-
Copy full SHA for 16bbce3 - Browse repository at this point
Copy the full SHA 16bbce3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 530297e - Browse repository at this point
Copy the full SHA 530297eView commit details -
docs: update bge-m3-sparse.md for b10068 alignment and --fail-on-no-slot
Assisted-by: OpenCode
Configuration menu - View commit details
-
Copy full SHA for 64d102d - Browse repository at this point
Copy the full SHA 64d102dView commit details
Commits on Jul 21, 2026
-
server: enforce -rea off by ignoring client reasoning overrides
When the server is started with -rea off (or --reasoning-format none), do not allow API clients to re-enable reasoning via reasoning_format or chat_template_kwargs.enable_thinking. Assisted-by: OpenCode
Configuration menu - View commit details
-
Copy full SHA for f1adb05 - Browse repository at this point
Copy the full SHA f1adb05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f2eadf - Browse repository at this point
Copy the full SHA 9f2eadfView commit details
Commits on Jul 27, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 83dd3dd - Browse repository at this point
Copy the full SHA 83dd3ddView commit details -
llama.cpp-mv: update upstream tracker after b10154 alignment
Assisted-by: OpenCode
Configuration menu - View commit details
-
Copy full SHA for 6cb835a - Browse repository at this point
Copy the full SHA 6cb835aView commit details
Commits on Aug 1, 2026
-
crow: ColQwen2 multivector vision — Qwen-VL smart_resize fix (PAD_NON…
…E + bicubic) + mtmd all-token embeddings
Configuration menu - View commit details
-
Copy full SHA for 46deb9f - Browse repository at this point
Copy the full SHA 46deb9fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master