Topic / Trend Rising

Local LLM Inference Optimization

Community tools and runtime techniques are making long-context and MoE LLMs practical on consumer GPUs, using optimized KV and expert caches, quantization, CPU offload, and multi-GPU setups.

Detected: 2026-09-03 · Updated: 2026-09-03

Related Coverage

2026-09-03 LocalLLaMA

Expert caching rewrites TCO: fluid MoE on aging on-premise hardware

The Qwen3.8-Flash-Next case on dual RTX 3090s shows that for MoE models VRAM is no longer the only variable: memory hierarchy and expert caching shift decode from 17 to 29 tokens/s. A concrete signal for teams evaluating on-premise deployments on old...

2026-09-03 LocalLLaMA

Slow compute as a choice: a Qwen 27B and asynchronous productivity

A Reddit post reports a drop from 15 hours of active programming to 4 hours for debugging or implementing a feature with Qwen 27B, even at 0.5 tokens per second. The data reframes expectations for asynchronous inference and the value of recovered hum...

#Hardware #LLM On-Premise #DevOps
2026-09-03 LocalLLaMA

Why KV cache matters more than parameter count for local long-context models

For local LLMs, parameter count is not the whole constraint: the KV cache grows with every token and can become the real bottleneck at 100k or 200k context. GQA, MQA, and quantization reduce its footprint, but growth remains linear. Future optimizati...

#Hardware #LLM On-Premise #DevOps
2026-09-03 LocalLLaMA

Qwen3.8-Flash-Next on two RTX 3090s: expert cache pushes decode to 29 t/s

A user documents a jump from 17 to 25-29 tokens/s on two RTX 3090s with a full 261,888-token context, using llama.cpp's LRU expert cache and a smaller ubatch. The setup keeps 48 expert layers in system RAM and shows meaningful headroom for on-prem in...

#Hardware #LLM On-Premise #Fine-Tuning
2026-09-03 LocalLLaMA

Perplexity open-sources Mac inference server optimized for Qwen 3.6

Perplexity has open-sourced the lily repository inside pplx-garden, a Mac inference server built around a single model, Qwen 3.6, to get the best performance on Apple Silicon. This is not general-purpose serving: vertical integration around one model...

#Hardware #LLM On-Premise #DevOps
2026-08-31 ArXiv cs.CL

Vector Index Output Heads Speed Up CPU LLM Inference

Replacing the dense vocabulary projection with approximate HNSW-based search accelerates autoregressive decoding on CPU. Tested on Gemma 3, Llama 3.2 and Qwen 3, batch-one throughput improves by up to 82% for Gemma 3 270M while preserving AlpacaEval ...

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

Uncensored GGUF wave: LongCat sparse, Qwen MTP and Laguna-S2.1 for llama.cpp

LLMFan46 has published GGUF variants of LongCat-Flash-Lite-Sparse, Qwen3.8-27B, and Qwen3.5-122B-A10B, plus Qwen3-Coder-Next and Laguna-S2.1 with optional vision. The need for a personal llama.cpp fork to run sparse attention and a 1M token context h...

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

Four V100 32GB serve a 256k-token LLM: what the SGLang-V100 test shows

Support for RadixArk/Qwen3.8-Flash-Next-NVFP4 in SGLang-V100 shows four V100 32GB running full 256k-token context with over 50GB offloaded to system RAM. Prefill around 4,000 tokens/s and decoding around 60 tokens/s. MTP data signal throughput gains ...

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

The runtime lever that puts a 27B LLM and 100k tokens on 16 GB

A Reddit setup shows a 27B dense model at 47-50 tokens/s with a 100,000-token context on a 16 GB RTX 4070 Ti SUPER. The signal is not the model but fine-grained runtime control: asymmetric kvarn5/kvarn4 KV cache, a 1,024-token full-precision tail, an...

2026-08-30 LocalLLaMA

Qwen3.8-Flash-Next on M5 Max: 350K tokens and the limits of 2-bit

A three-and-a-half-hour test on a 128GB MacBook Pro M5 Max ran a 79GB 2-bit Qwen3.8-Flash-Next with a 358,400-token context slot. Prefill fell from 1,561 to 318 tokens/s; generation from 30–35 to 11.5 tokens/s at 169K. After 100K tokens the model mix...

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

A 27B LLM on a consumer GPU: 50 tokens/s and 100k context window

A documented Reddit setup runs a Qwen3.8-27B on an RTX 4070 Ti SUPER at 47-50 tokens/s with a 100,000-token context window. The credit goes to the beellama.cpp runtime and the asymmetric kvarn5/kvarn4 KV cache, which freed about 6% VRAM. A precision ...

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

llama.cpp speeds up Qwen3.8-Flash-Next: 55 tokens/s on four RTX 3090s

llama.cpp has merged support for Qwen3.8-Flash-Next and a community report shows 55 tokens/s with a Q4 GGUF on four RTX 3090s. An informal test that shifts attention from software to hardware: for local inference, multi-GPU cost and complexity remain...

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

Qwen3.8-Flash-Next: Time to Update Those Benchmarks

A Mac Studio M4 Max with 128GB of unified memory hosted the test of Qwen3.8-Flash-Next, the first model this year to break 94% on tolitius's personal benchmark. The 27B model excels at coding but loses in general knowledge to Gemma 31B and Qwen 3.6 o...

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