llama.cpp b7315 adds Llama 4 scaling support for Mistral-Large (DeepSeek architecture).
$ git clone --branch b7315 https://github.com/ggml-org/llama.cpp.git # already have the repo? check out this version: $ git checkout b7315
- ›Adds Llama 4 scaling support for Mistral-Large models using the DeepSeek architecture.
- !Linux releases will switch from .zip archives to .tar.gz archives — update any deployment scripts that reference the .zip format.
1 more release in this issue · 2025-12-07
llama.cpp b7312: --color gains on/off/auto modes, defaulting to auto; Linux releases switching to .tar.gz.
$ git clone --branch b7312 https://github.com/ggml-org/llama.cpp.git # already have the repo? check out this version: $ git checkout b7312
$ llama-cli --color on -m model.gguf -p "Explain buffer overflows"
- ›Changes
--colorflag to accept explicit valueson,off, orauto(default:auto), replacing the previous boolean toggle.
- !Linux releases will use
.tar.gzarchives instead of.zip— deployment scripts that unzip Linux builds must be updated.