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-07ggerganov/llama.cpp b10326: b10326
<details open> tts: account for the vocoder pass in the timings line (#26733) get_output runs the waveform work the pipeline defers to it, from a single trailing window to a full pass depending on the model. Measuring it keeps the reported total and the audio to process ratio h
github:ggerganov/llama.cpp - 2026-08-07ggerganov/llama.cpp b10322: b10322
<details open> sycl: coalesce the ssm_conv window loads (#26612) test-backend-ops perf -o SSM_CONV on an Arc Pro B70, interleaved A/B against master, 6 reps, us/run: ne_a=[515,3328,1,1] ne_b=[4,3328,1,1] n_t=512 97.68 -> 52.95 1.85x ne_a=[937,8192,1,1] ne_b=[4,8192
github:ggerganov/llama.cpp - 2026-08-07ggerganov/llama.cpp b10321: b10321
<details open> metal : fix NORM/RMS_NORM for row lengths that leave a partial simdgroup (#26708) ggml_metal_op_norm sized the threadgroup with `nth = std::min(nth, args.ne00_t)`, which can leave nth not a multiple of the simdgroup size. The kernels finish their row reduction wi
github:ggerganov/llama.cpp - 2026-08-07ggerganov/llama.cpp b10319: b10319
<details open> mtmd: fix longest_edge ignoring min/max pixels (#26638) * mtmd: fix longest_edge ignoring min/max pixels * nits </details> **Website:** - <https://llama.app> **macOS/iOS:** - [macOS Apple Silicon (arm64)](https://github.com/ggml-org/llama.cpp/releases/downloa
github:ggerganov/llama.cpp - 2026-08-07ggerganov/llama.cpp b10318: b10318
<details open> sync : ggml </details> **Website:** - <https://llama.app> **macOS/iOS:** - [macOS Apple Silicon (arm64)](https://github.com/ggml-org/llama.cpp/releases/download/b10318/llama-b10318-bin-macos-arm64.tar.gz) - macOS Apple Silicon (arm64, KleidiAI enabled) [DISABLE
github:ggerganov/llama.cpp - 2026-08-07ggerganov/llama.cpp b10313: b10313
<details open> server: (router) add LRU scheduler (#26572) * add lru_sched * handle coalescing (req leaves waiting queue) * add tests * fix stream case * address review comments </details> **Website:** - <https://llama.app> **macOS/iOS:** - [macOS Apple Silicon (arm64)](
github:ggerganov/llama.cpp - 2026-08-07ggerganov/llama.cpp b10312: b10312
<details open> server: (router) do not evict busy models (#26567) </details> **Website:** - <https://llama.app> **macOS/iOS:** - [macOS Apple Silicon (arm64)](https://github.com/ggml-org/llama.cpp/releases/download/b10312/llama-b10312-bin-macos-arm64.tar.gz) - macOS Apple Sil
github:ggerganov/llama.cpp - 2026-08-07ggerganov/llama.cpp b10311: b10311
<details open> mtmd: stop feeding the text stream again during Qwen3-TTS generation (#26706) The reference implementation has two mutually exclusive prompt layouts. In non streaming mode the prefill carries the whole utterance text plus tts_eos summed with codec_pad, and the tr
github:ggerganov/llama.cpp - 2026-08-07ggerganov/llama.cpp b10310: b10310
<details open> ggml : add aarch64 HWCAP fallbacks and fix fp16 variant detection (#25554) * ggml : add fallback definitions for missing aarch64 HWCAP bits * ggml : require HWCAP_ASIMDHP for the aarch64 fp16 cpu variants Also rename has_fp16_va to has_fp16, the field gates the
github:ggerganov/llama.cpp