shipfeedAI news, curated daily

00:21:10 CET
28 SEPT00:21:10shipfeed⋯
pull to refreshlast sync
Just in — 8 new
§ topic

llama-cpp

50 stories · 7d·6 sources covering·30 active storylines

Updated Tue, 22 Sept 2026 CEST·50 new storylines this week·live

What this is

llama.cpp is an open-source C/C++ engine for running LLMs efficiently on local hardware. shipfeed tracks llama.cpp releases, new model support, and quantization and performance work.

storylines this week30 active

llama.cpp — Releases
LLAMA.CPP · b9496

Fixes Gemma 4 unified FPE on mtmd

mtmd: fix Gemma 4 unified FPE (#24088) macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu…

via github.com
Friday, April 3, 2026’s edition
Smol AI — Daily
AI · 1 source

not much happened today

Gemma 4 was launched by Google under an Apache 2.0 license, marking a significant open-model release focused on reasoning, agentic workflows, multimodality, and on-device use. It outperforms models 10x larger and has…

via news.smol.ai
Tuesday, August 25, 2026’s edition
llama.cpp — Releases
LLAMA.CPP · v0.3.0

Adds dots3-note multimodal model with DSA-ISWA KV cache

## Overview llama.cpp 0.3.0 introduces the dots3-note multimodal model (with a new DSA-ISWA KV cache), MTP support for GLM-4.5-Air, and tensor-split (`-sm tensor`) plus multi-sequence rollback fixes for DeepSeek 4…

via github.com
Monday, August 17, 2026’s edition
Tuesday, June 2, 2026’s edition
llama.cpp — Releases
LLAMA.CPP · b9468

Adds real-time reasoning interruption via POST

server: real-time reasoning interruption via control endpoint (#23971) server: real-time reasoning interruption via control endpoint Builds on the manual reasoning budget trigger from #23949. Adds a CONTROL task that…

via github.com
Monday, June 1, 2026’s edition
Wednesday, May 13, 2026’s edition
Ollama — Releases
OLLAMA · 1 source

Ollama v0.30.0-rc17

This version of Ollama will change the architecture to directly support llama.cpp instead of building on top of GGML, and allows for compatibility with GGUF file format. MLX is used to accelerate model inference on…

via github.com
Ollama — Releases
OLLAMA · 1 source

Ollama v0.30.0-rc27

This version of Ollama will change the architecture to directly support llama.cpp instead of building on top of GGML, and allows for compatibility with GGUF file format. MLX is used to accelerate model inference on…

via github.com
Tuesday, September 22, 2026’s edition
Monday, September 14, 2026’s edition
Monday, September 7, 2026’s edition
llama.cpp — Releases
LLAMA.CPP · b10833

Speeds up Vulkan with RMS_NORM fusion (~4%)

vulkan: rms_norm fusion opportunities (#28024) Support RMS_NORM + MUL + ADD (+ MUL) and RMS_NORM + VIEW + SET_ROWS. Extend ROPE + VIEW + SET_ROWS to support IMROPE. Worth around 4% in gemma4 on my system. Website…

via github.com
Friday, September 4, 2026’s edition
llama.cpp — Releases
LLAMA.CPP · v0.4.0

Adds lazy tensor reading

Overview llama.cpp 0.4.0 adds initial Qwen3.8-Flash-Next and Nemotron-3-Puzzle support, on-demand tensor reading, per-slot server context limits, video input options, and a ggml update to 0.23.0 with major sparse flash…

via github.com
Thursday, September 3, 2026’s edition
llama.cpp — Releases
LLAMA.CPP · b10776

Adds NVIDIA Nemotron-3-Puzzle-75B-A9B support

model: add NVIDIA Nemotron-3-Puzzle-75B-A9B (NemotronHPuzzle) support (#25444) hparams: add per-layer n_ff_exp/n_expert_used arrays with scalar-or-array loading G1/G2 infrastructure for variable-per-layer expert FFN…

via github.com
Wednesday, September 2, 2026’s edition
llama.cpp — Releases
LLAMA.CPP · b10758

Fuses QKV and FFN matmuls on Hexagon

hexagon: MUL_MAT and MUL_MAT_ID fusion and fixes (#28202) hex-mm: fuse QKV and FFN matmuls that land on HMX hex-mm: remove hardcoded ne[1] Website: Attestations: macOS/iOS: macOS Apple Silicon (arm64) macOS Apple…

via github.com
Monday, August 31, 2026’s edition
llama.cpp — Releases
LLAMA.CPP · b10718

Extends MOE fusion to speculative decoding

CUDA: extend MOE fusion to specdec, earlier MOE glu fusion and topk-router fusion were restricted to 1 token (#27621) CUDA: extend MOE fusion to specdec, earlier MOE glu fusion and topk-router fusion were resticted to…

via github.com
Wednesday, August 26, 2026’s edition
llama.cpp — Releases
LLAMA.CPP · b10635

Unblocks MoE on CUDA sm_60 GPUs

cuda: unblock mmq for MoE on sm_60 (#26264) cuda: unblock mmq for MoE on sm_60 cuda: duplicate mmq-config-pascal for dp4a and older cuda: reduce occupancy on non-dp4a pascal for Q2_K, Q4_K, Q5_K, Q6_K Website…

via github.com
Saturday, August 22, 2026’s edition
llama.cpp — Releases
LLAMA.CPP · b10580

Adds vision and audio support for dots3-note

mtmd: support dots3-note vision+audio (#27524) text: conversion init impl mtmd: conversion impl mtmd cpp Update gguf-py/gguf/tensor_mapping.py Co-authored-by: Sigbjørn Skjæret --------- Co-authored-by: Sigbjørn Skjæret…

via github.com
Friday, August 21, 2026’s edition
llama.cpp — Releases
LLAMA.CPP · b10566

Adds Windows arm64 CUDA 13 support in preview

llama.cpp : bump version to 0.2.0 (#27498) Website: Attestations: macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU)…

via github.com
llama.cpp — Releases
LLAMA.CPP · b10549

Enables tensor split for LFM2/LFM2MOE

TP: enable tensor split for LFM2/LFM2MOE (#26993) Assisted-by: deepseek-v4-flash Website: Attestations: macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64)…

via github.com
Thursday, August 20, 2026’s edition
llama.cpp — Releases
LLAMA.CPP · b10509

Adds ggml_rope_set_offset to Metal, CUDA, Vulkan

ggml: add ggml_rope_set_offset (+ metal support) (#27120) add params cpu kernel metal kernel add test backend ops gate other backends ggml: (cuda) support ggml_rope_set_offset (#27121) rm cuda supports_op guard, fix…

via github.com
Monday, August 17, 2026’s edition
llama.cpp — Releases
LLAMA.CPP · b10456

Speeds up q4_0 -> f32 conversion on SYCL

sycl: fix thread/block count in quantized cpy kernel launches (#27160) Adjusts the thread/block count to be proportional to the size of the quant, reducing under/over subscription. Largest perf improvement is the q4_0…

via github.com
Saturday, August 8, 2026’s edition
llama.cpp — Releases
LLAMA.CPP · b10328

Adds initial tool isolation support via Docker

server: add initial tool isolation support (via docker) (#26507) server: add initial tool isolation support (via docker) add docs adapt get_info py: fix type check cont separate tools_io_sandbox / tools_io_docker…

via github.com
Friday, August 7, 2026’s edition
llama.cpp — Releases
LLAMA.CPP · b10322

Speeds up SYCL SSM_CONV by up to 1.85x

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…

via github.com
Tuesday, August 4, 2026’s edition
llama.cpp — Releases
LLAMA.CPP · b10255

Extends SYCL oneDNN SDPA to non-FP16 KV caches

Extended SYCL oneDNN SDPA to non-FP16 KV caches (Q4_0–Q8_0 and FP32) (#25874) sycl: extend oneDNN SDPA to Q4_0-Q8_0 and F32 KV caches Extends the oneDNN SDPA path (PR #25222) to handle non-F16 KV caches by dequantizing…

via github.com
Sunday, August 2, 2026’s edition
llama.cpp — Releases
LLAMA.CPP · b10227

Adds Qwen3 specialized chat parser

chat : add qwen3 specialized parser (#26252) Add tagged thinking tool parser chat : refactor and add permute helper cont : add support for omission cont : update tool delimiters cont : add comment for qwen3-coder cont…

via github.com
Wednesday, July 22, 2026’s edition
llama.cpp — Releases
LLAMA.CPP · b10087

Adds support for Laguna XS.2 & M.1

Add support for Laguna XS.2 & M.1 (#25165) Website: macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64…

via github.com
Friday, July 3, 2026’s edition
Monday, June 29, 2026’s edition
llama.cpp — Releases
LLAMA.CPP · b9840

Adds DeepSeek V4 model support with graph optimization

DeepSeek V4 (#24162) convert: add dsv4 conversion add basic setup add llm_graph_input_dsv4 add save-load state add sinkhorn eps - correction by @fairydreaming add rope fix cleanup dead code fix bugs support pro model…

via github.com
Wednesday, June 3, 2026’s edition