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-07-31ggerganov/llama.cpp b10216: b10216
<details open> vulkan: add POOL_1D op (#25431) * vulkan : add pool1d push constants and pipeline field Declared data structures needed for POOL1D OP, which are the vk_op_pool1d_push_constants struct and pipeline_pool1d_f32 field. * vulkan : add pool1d compute shader Added po
github:ggerganov/llama.cpp - 2026-07-31ggerganov/llama.cpp b10215: b10215
<details open> vulkan: Introduce driver version check for Windows Intel GPU to mitigate crashing (#25192) * Removed crash guard for Intel Crash fixed from driver 32.0.101.8860 * Added driver version check for windows * Change to convert from driverVersion rather than string
github:ggerganov/llama.cpp - 2026-07-31ggerganov/llama.cpp b10214: b10214
<details open> mtmd: add n_embd_head (#26342) Co-authored-by: Daniel Han <unslothai@gmail.com> </details> **Website:** - <https://llama.app> **macOS/iOS:** - [macOS Apple Silicon (arm64)](https://github.com/ggml-org/llama.cpp/releases/download/b10214/llama-b10214-bin-macos-a
github:ggerganov/llama.cpp - 2026-07-31ggerganov/llama.cpp b10213: b10213
<details open> Support rotated kv cache quant (#26180) </details> **Website:** - <https://llama.app> **macOS/iOS:** - [macOS Apple Silicon (arm64)](https://github.com/ggml-org/llama.cpp/releases/download/b10213/llama-b10213-bin-macos-arm64.tar.gz) - macOS Apple Silicon (arm64
github:ggerganov/llama.cpp - 2026-07-31ggerganov/llama.cpp b10212: b10212
<details open> llama : load MTP tensors only if they are really used (#26296) * llama : load MTP tensors only if they are really used * llama : skip loading MTP (if not used) in remaining models that support MTP --------- Co-authored-by: Stanisław Szymczyk <sszymczy@gmail.co
github:ggerganov/llama.cpp - 2026-07-31ggerganov/llama.cpp b10211: b10211
<details open> vulkan: update vulkan sdk to 1.4.357.0 (#26303) </details> **Website:** - <https://llama.app> **macOS/iOS:** - [macOS Apple Silicon (arm64)](https://github.com/ggml-org/llama.cpp/releases/download/b10211/llama-b10211-bin-macos-arm64.tar.gz) - macOS Apple Silico
github:ggerganov/llama.cpp - 2026-07-31ggerganov/llama.cpp b10210: b10210
<details open> server: correct accepted tokens when need draft token replay (#26320) * spec: correct accepted tokens when need draft token replay * cont : naming --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com> </details> **Website:** - <https://llama.app>
github:ggerganov/llama.cpp - 2026-07-31ggerganov/llama.cpp b10209: b10209
<details open> cuda: extract Q2_0 elements via __byte_perm (#25603) </details> **Website:** - <https://llama.app> **macOS/iOS:** - [macOS Apple Silicon (arm64)](https://github.com/ggml-org/llama.cpp/releases/download/b10209/llama-b10209-bin-macos-arm64.tar.gz) - macOS Apple S
github:ggerganov/llama.cpp - 2026-07-31ggerganov/llama.cpp b10208: b10208
<details open> SYCL: add oneMKL GEMM flash attention for XMX-accelerated prompt proc… (#25025) * SYCL: add oneMKL GEMM flash attention for XMX-accelerated prompt processing * fattn-mkl: fix interleaved dst layout in normalize kernel - Fix mkl_fa_normalize_head: use interleave
github:ggerganov/llama.cpp