Topic / Trend Rising

Self-Hosting LLM Revolution: llama.cpp Breakthroughs and Open Models

Recent advances in llama.cpp, including massive speedups on Intel GPUs and multi-token prediction support, together with a wave of new open-weight MoE and ternary models, are making high-quality local LLM inference more accessible and efficient.

Detected: 2026-08-08 · Updated: 2026-08-08

Related Coverage

2026-08-07 AI News

Open models and rock-bottom prices: China's strategy for on-premise AI

Alibaba launched Qwen3.8-Max, a 2.4-trillion-parameter MoE model, while DeepSeek offers V4-Flash at $0.14 per million input tokens. Both release weights under open licenses, enabling on-premise deployment. Task cost hinges on token generation and int...

#Hardware #LLM On-Premise #DevOps
2026-08-05 LocalLLaMA

DeepSeek V4 Flash with MXFP4: Local benchmark hits new peak

A user’s updated local benchmark places the MXFP4-quantized DeepSeek V4 Flash 0731 at the top for efficiency and quality, delivering 1,000 tokens/sec prefill and 90 tokens/sec generation. The result shines a spotlight on low-precision quantization an...

#Hardware #LLM On-Premise #DevOps
2026-08-05 LocalLLaMA

Maple-Preview and Ternary Inference: The On-Premise Threshold Lowers

Maple-Preview applies ternary weights to a 20B-parameter model, shrinking memory to ~5 GB while activating only 1B parameters per token via an MoE-like design. This preview hints at local inference on consumer GPUs, but framework support remains imma...

2026-08-05 LocalLLaMA

Maple-Preview: 20B ternary-weight open-weight reasoning LLM

Maple-Preview is a new open-weight model with 20 billion total parameters, only 1 billion active per token, and ternary weight quantization. The combination slashes VRAM requirements for inference, bringing on-premise deployment within reach of consu...

#Hardware #LLM On-Premise #Fine-Tuning
2026-08-04 LocalLLaMA

Ling-3.0-flash: 127B MoE Shrinks to 128GB with Official FP8

InclusionAI has released Ling-3.0-flash weights on Hugging Face. The model packs 127.5 billion parameters with 512 experts, 8 active per token. The real story is the official FP8 version: 128GB, enough for a single unified-memory system or a multi-GP...

#Hardware #LLM On-Premise #DevOps
2026-08-04 LocalLLaMA

Ling-3.0-flash: 124 Billion Parameters, 5 Active, and an On-Premise Future

InclusionAI released Ling-3.0-flash, an open-weight MoE with 124 billion total parameters but only 5 billion active per token. Announced before the Kimi K3 and DeepSeek-V4-Flash wave, its sizing could carve a niche in on-premise deployment, where eff...

#Hardware #LLM On-Premise #DevOps
2026-08-04 LocalLLaMA

Llama.cpp boosts speed up to 8% by moving sampling to the GPU

A pull request eliminates the CPU-GPU round-trip for MTP sampling in llama.cpp. On an RTX 5090 the gain reaches nearly 8%, while on a Tesla P40 it’s limited to around 4% due to memory bandwidth. A pure performance uplift with zero extra cost for loca...

#Hardware #LLM On-Premise #DevOps
2026-08-04 LocalLLaMA

From LM Studio to llama.cpp: the on-premise AI maturity threshold

A Reddit question about moving to llama.cpp reveals much more than a UI switch: it’s the moment when local inference graduates from individual tinkering to enterprise-ready stacks built on control, reproducibility, and automation.

#Hardware #LLM On-Premise #DevOps
← Back to All Topics