Topic / Trend Rising

Local LLM Inference and Quantization

Quantization formats such as NVFP4 and GGUF Q4/Q8, along with llama.cpp and ToMoE-style sparsity, are allowing models like Qwen3.8-27B and DeepSeek V4 Flash to run efficiently on consumer GPUs and local workstations. The trend is shifting total cost of ownership from cloud APIs toward self-hosted and edge deployments.

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

Related Coverage

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-26 LocalLLaMA

Qwen3.8-27B Drops to 19.7 GB: What Changes for On-Prem LLM

A Qwen3.8-27B checkpoint in NVFP4 shows that W4A4 quantization guided by distillation can bring a 27-billion-parameter LLM below 20 GB without significant benchmark loss. AI-Radar reads the result as a shift in VRAM and TCO thresholds, but also as a ...

2026-08-26 LocalLLaMA

Qwen3.8-27B in NVFP4: 19.7 GB and near-BF16 quality

A fully quantized NVFP4 Qwen3.8-27B checkpoint drops to 19.7 GB from 55.6 GB in BF16 while keeping near-identical scores on GPQA-Diamond and AIME26. The team used quantization-aware distillation with the QUASAR algorithm and supports vLLM on Blackwel...

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

ToMoE and Dynamic Sparsity: Less Compute for Local LLMs

ToMoE turns dense checkpoints into MoE without fine-tuning, lowering active parameters per token without reducing memory footprint. A shift for on-premise deployments: less compute, same model. Runtime, latency, and VRAM constraints remain. The signa...

2026-08-25 ArXiv cs.AI

KVBoost reuses chunk-level KV cache and cuts prefill without shared prefixes

KVBoost reuses key-value cache at chunk level and reduces time-to-first-token by 4.49x on Qwen2.5-3B, with no accuracy loss. Unlike prefix caching, it does not require a shared leading prefix: a dual hash separates positional and content identity. As...

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

ToMoE Turns Dense LLMs into Mixture-of-Experts Without Fine-Tuning

A new method converts dense LLMs into Mixture-of-Experts models through differentiable dynamic structural pruning, reducing active parameters per token without removing them. It needs no fine-tuning and outperforms previous structural pruning on Phi-...

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

Irradiating an LLM and watching bit flips: the fragility of local inference

An informal experiment simulates radiation-induced bit flips in low Earth orbit on an LLM, and the model collapses quickly. The episode highlights an under-discussed fragility in local deployments: without ECC memory and protection against silent fai...

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

DeepSeek V4 Flash in a basement: Epyc, RTX 5090 and 24 tokens/s

A user tested DeepSeek V4 Flash locally with an Epyc 7663, 256 GB of ECC RAM and an RTX 5090 32 GB. Using Q8_K_XL quantization and 100-128k token contexts, the system reached 23.8-24.6 tokens/s. The result shows an LLM with roughly 151 GB of weights ...

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

Qwen 3.8 27B and Home Assistant: from frustration to local agent in one hour

A Reddit user describes how community suggestions turned a frustrating setup into a working local LLM with Home Assistant and visual input. The self-hosted barrier is not hardware but configuration, and the community reduces the cognitive cost. We an...

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

MTP lands in GLM-Air: 106B MoE speeds up on local GPUs

llama.cpp enables MTP for GLM-4.5-Air, a 106-billion-parameter MoE with only 12 billion active parameters. The change speeds up inference on memory-rich but compute-limited machines like Strix Halo, DGX Spark, and RTX 3090, and strengthens the fine-t...

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

Qwen 3.8 27B quantized: the Q4–Q8 gap on an RTX PRO 6000

A team created GGUF quantizations of Qwen 3.8 27B and compared them on an RTX PRO 6000 using a voxel island creation task. Q4_K_M occupies 17.1 GB and decodes at 67 tokens/s, with 95.6% top-1 agreement versus BF16. Qualitative differences are limited...

#Hardware #LLM On-Premise #DevOps
2026-08-23 Tom's Hardware

RTX 5080 for $702 at Walmart: a signal for local LLM inference

A shopper found an RTX 5080 for $702 at Walmart, saving nearly $800 compared to current retail prices. More than a lucky break, the episode reveals the gap between official pricing and real-world cost of consumer GPUs, with direct effects on TCO for ...

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

Hosting Kimi K3 on 8 B300s: 92 tok/s and $190 per million tokens

A Modal hosting test with 8 B300s shows 92 tok/s in decode and $190 per million output tokens. The 1-bit variant on 8 A100s costs less per hour but triples the cost per token. The analysis reveals why hourly pricing is a misleading metric for LLM inf...

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

After Qwen 3.8 27B: silence shifts TCO toward on-premise

Closed vendor silence after Qwen 3.8 27B signals a shift in competitive pressure: safety rhetoric fades when a 27B LLM can run locally with 16 GB of VRAM. The hardware barrier drops, TCO moves from per-token fees to management costs, and on-premise b...

2026-08-23 LocalLLaMA

Closed-model vendors go quiet after Qwen 3.8 27B

An industry post notes the silence of closed-model vendors after Qwen 3.8 27B arrived. Earlier, with GLM 5.2 and Kimi K3, the narrative about open-source danger was used to protect the value of paid models. Now a 27-billion-parameter LLM runs locally...

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

Llama.cpp 0.2.0: local LLM runtime changes pace

The new llama.cpp release, with source and pre-built binaries, marks a step for self-hosted inference. Less friction for developers and companies running LLMs locally, more pressure on cloud-only services.

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

Qwen3.8-27B Q6: 20 Hours of Agentic Coding on Two Consumer GPUs

A user reports nearly twenty hours of agentic coding with Qwen3.8-27B Q6 on an RTX 3090 and an RTX 3060, sustaining 60–63 tokens/s. The case shows how a mid-size quantized LLM can handle prolonged on-prem workloads on consumer hardware, shifting the ...

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

NVFP4 for Qwen3.8 27B: 6,250 tokens/s on RTX 5090

On a 32GB RTX 5090, a new GGUF NVFP4 quant for Qwen3.8 27B reaches 6,250 tokens/s in prefill with 2048-token prompts, 50% faster than a Q4_0 of the same memory footprint and 4-7% faster than other NVFP4 quants. It includes a quantized MTP draft head ...

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