Tagged "inference-speed-optimization"
3 articles tagged inference-speed-optimization, 15 April 2026 to 19 May 2026. Newest first.
-
llama.cpp Adds Multi-Token Prediction, Doubles Qwen 3.6B Throughput for Local Inference
llama.cpp, the popular C++ inference engine for local LLMs, has added multi-token prediction capabilities and achieved a 2x throughput improvement on Qwen 3.6B models. This breakthrough enables faster token generation for on-device deployments without sacrificing accuracy.
-
Linux 7.1-rc4 Released: Kernel Updates Relevant to Local LLM Inference
Latest Linux kernel release candidate includes optimizations impacting edge LLM deployment on commodity hardware. Performance improvements for memory management and CPU scheduling affect local inference efficiency.
-
Dynamic Expert Cache in llama.cpp Achieves 27% Faster Inference on Large MoE Models
A new optimization technique for llama.cpp improves CPU+GPU token generation speed by 27% on Qwen3.5-122B through dynamic expert caching, raising practical inference rates from 15 to 23 tokens per second.