Topic / Trend Rising

Local LLM Inference and MoE Optimization

Benchmarks and engineering reports focus on Qwen3.8-Flash-Next and MoE models, using expert caches, quantizations and KV cache tuning on Apple Silicon and RTX GPUs to improve decode speed and lower TCO. The emphasis is shifting from raw parameters to memory hierarchy, bandwidth per dollar and runtime optimizations.

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

Related Coverage

2026-09-08 LocalLLaMA

GB per dollar and bandwidth: a compass for local LLM GPUs

A Reddit comparison uses VRAM per dollar and rated bandwidth to navigate GPUs discussed in LocalLLaMA communities. Prices were gathered with ChatGPT, new or second-hand, with acknowledged inaccuracies. A rough method, but useful for anyone evaluating...

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

llama.cpp fork tests expert expansion on MoE models with Apple Metal

A custom llama.cpp branch brings expert expansion to MoE models and tests it on Apple Metal. The author says it beats their DS4 version, but cross-platform validation is missing. The case highlights how local inference for sparse models still depends...

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

DeepSeek-V4-Flash-Vision vs Qwen3.8-Flash-Next: slower tokens, faster tasks

A local comparison with Q8_K_XL quantization on two 128GB StrixHalo nodes shows that DeepSeek-V4-Flash-Vision generates tokens more slowly than Qwen3.8-Flash-Next, yet completes tasks in about half the time. The author observes fewer hallucinations a...

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

Qwen3.8-Flash-Next: 45 tok/s on M4 Max, 25 on M2 Ultra for local inference

The Qwen3.8-Flash-Next-oQ4e-mtp variant shows local inference speeds on Apple Silicon: 45 tokens per second on M4 Max and 25 on M2 Ultra, according to llm-bench.io. The source also notes similar speed to Qwen3.8 27B on Apple Silicon. Useful for self-...

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

Qwen3.8 27B on 16GB VRAM: benchmarking 21 quantized variants

A benchmark of 21 quantized Qwen3.8 27B variants on an RTX 5080 with 16GB VRAM shows how much GGUF choice matters. The bartowski IQ4_XS variant offers the lowest mean KL divergence and highest same-top-p agreement, while more aggressive quants prove ...

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

Qwen-3.8-Next-Flash: Hot-Swappable Ngram Knowledge Injection in llama.cpp

An experimental modification to llama.cpp updates the Ngram PLE table of Qwen models in memory, injecting new knowledge without reloading the model. Tested only with q8 quantization, it requires memory mapping and suffers from unreliable output contr...

#LLM On-Premise #Fine-Tuning #DevOps
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

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
← Back to All Topics