github
GitHub APIExtracts: repo, release, stars delta · metadata or bounded excerpt
Retention: D1 event history with canonical source link and deduplication metadata.
Access basis: Public API; token recommended for production rate limits.
Last ingested: 2026-08-25 · run status: success with data
- 2026-08-21ggerganov/llama.cpp v0.2.0: v0.2.0
## Overview New version has been released. **Nightly build:** [b10566](https://github.com/ggml-org/llama.cpp/releases/tag/b10566) **Web UI:** the `nightly-tag.txt` asset contains the tag of the corresponding nightly release **More info:** [dist : releases and versioning of gg
github:ggerganov/llama.cpp - 2026-08-21ggerganov/llama.cpp b10549: b10549
<details open> TP: enable tensor split for LFM2/LFM2MOE (#26993) Assisted-by: deepseek-v4-flash </details> **Website:** - <https://llama.app> **Attestations:** - <https://github.com/ggml-org/llama.cpp/attestations/42096995> **macOS/iOS:** - [macOS Apple Silicon (arm64)](htt
github:ggerganov/llama.cpp - 2026-08-21ggerganov/llama.cpp b10545: b10545
<details open> metal : clamp K extent in tensor API mat-mat kernel for K not a multiple of 32 (#27450) The Tensor API mat-mat path of kernel_mul_mm (GGML_METAL_HAS_TENSOR) fed a static K=32 tile to the matmul2d op on every iteration. On the last, partial K tile (ne00 % 32 != 0)
github:ggerganov/llama.cpp - 2026-08-21ggerganov/llama.cpp b10541: b10541
<details open> mtmd: add --mmproj-device argument (#23255) * feat: add --mmproj-device arg & backwards compatible MTMD_BACKEND_DEVICE env var * feat: load mmproj device backend immediately, add -mmdev shortflag * fix: its a pointer now get the name * clean up * gen docs *
github:ggerganov/llama.cpp - 2026-08-21ggerganov/llama.cpp b10539: b10539
<details open> vulkan: FA MMQ should use fp32 for Q quantization calculations (#27413) Codex found that qd could be a denorm and 1/qd would overflow. </details> **Website:** - <https://llama.app> **Attestations:** - <https://github.com/ggml-org/llama.cpp/attestations/4203484
github:ggerganov/llama.cpp - 2026-08-21ggerganov/llama.cpp b10538: b10538
<details open> metal : dequant kv cache only for large batches (#27438) </details> **Website:** - <https://llama.app> **Attestations:** - <https://github.com/ggml-org/llama.cpp/attestations/42031082> **macOS/iOS:** - [macOS Apple Silicon (arm64)](https://github.com/ggml-org/
github:ggerganov/llama.cpp - 2026-08-21ggerganov/llama.cpp b10537: b10537
<details open> CI: Use LLVM's OpenMP over MSVC_DEBUG_non_redist on Windows (#26678) * CI: Use LLVM's OpenMP over MSFT_DEBUG_non_redist on Windows Currently, we ship the non-redist debug version of microsoft's libomp. This PR changes this to official LLVM's release, also packag
github:ggerganov/llama.cpp - 2026-08-21ggerganov/llama.cpp b10536: b10536
<details open> server: (router) lazy-load startup_models after main setup (#27424) * server: (router) lazy-load startup_models after main setup * only allow is_first_load to populate it * nits * nits 2 </details> **Website:** - <https://llama.app> **Attestations:** - <htt
github:ggerganov/llama.cpp - 2026-08-21ggerganov/llama.cpp b10534: b10534
<details open> CUDA: adding switch points per HW and quant type to tune the mvq->MMQ decode crossover (#26079) * CUDA: runtime GGML_CUDA_MMVQ_MAX to tune the mvq->MMQ decode crossover Add a runtime override of the mul_mat_vec_q -> MMQ batch crossover (default MMVQ_MAX_BATCH_SI
github:ggerganov/llama.cpp - 2026-08-21ggerganov/llama.cpp b10533: b10533
<details open> common : gracefully fallback on unsupported regex patterns in JSON schema (#26939) </details> **Website:** - <https://llama.app> **Attestations:** - <https://github.com/ggml-org/llama.cpp/attestations/42018860> **macOS/iOS:** - [macOS Apple Silicon (arm64)](ht
github:ggerganov/llama.cpp - 2026-08-21ggerganov/llama.cpp b10532: b10532
<details open> metal : dequantize quantized KV to F16 before flash attention (#27390) * metal: dequantize q8_0 KV to f16 before flash attention Add a preprocessing pass for GGML_OP_FLASH_ATTN_EXT on the Metal backend: when the KV cache is quantized (Q8_0 for now), dequantize K
github:ggerganov/llama.cpp - 2026-08-21ggerganov/llama.cpp b10531: b10531
<details open> Revert "tensor-split meta backend fixes (#26502)" (#27433) This reverts commit d59d455fd8ea09e5a2e87ce2a9d668267ffb5ccd. </details> **Website:** - <https://llama.app> **Attestations:** - <https://github.com/ggml-org/llama.cpp/attestations/42012577> **macOS/iO
github:ggerganov/llama.cpp