Topic / Trend Rising

Local Self-Hosted LLM Inference and Quantization

A wave of community experiments shows large 27B and MoE models such as Qwen 3.8, DeepSeek V4, GLM-Air, and Kimi K3 running on consumer and prosumer GPUs through quantized GGUF, speculative decoding, and runtimes like llama.cpp, vLLM, and KTransformers.

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

Related Coverage

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 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-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
2026-08-21 LocalLLaMA

Seven hours without Claude Code: Qwen3.8-27b on a 24GB local GPU

The expiration of a Claude Code Pro subscription pushed a user to a local Qwen3.8-27b LLM on a 5090M GPU with 24GB of VRAM, alongside Pi. A test app for aurora forecasting showed similar timing, a better UI from Pi but better science from Claude Sonn...

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

The boring path to DeepSeek V4 Flash at 140 tokens/s on 16 RTX 5060 Ti

A builder validated a self-hosted configuration with 16 RTX 5060 Ti 16GB cards, two Broadcom/PLX PEX88096 switches, and a Xeon Gold 6330. The system serves DeepSeek V4 Flash-0731 with up to 1 million tokens of context and, in one setup, an average ge...

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

Qwen3.8-27B on dual RTX 3090 hits 218 tok/s with vLLM and DFlash2

A bare-metal test with two RTX 3090s, vLLM, and DFlash2 speculative decoding pushes Qwen3.8-27B to 218 tok/s on a single request, with prefill up to 1342 tok/s and a 131k context ceiling. The setup uses INT4 quantization, custom vLLM changes, and pea...

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

Qwen3.8-27B on an RTX PRO 6000: eight hours and $650 in API costs avoided

An agentic workload running for over eight hours on a single RTX PRO 6000 with DeepSeek Harness and NInfer handled 966 model calls, 131.2 million input tokens and 853.3 thousand output tokens with zero generation failures. The API price comparison es...

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

llama.cpp v0.1.0 marks the move to semantic versioning

llama.cpp drops sequential build numbers and adopts semantic versioning with v0.1.0. For self-hosted and on-premise deployments, the move gives operators clearer signals about breaking changes, dependency pinning, and upgrade planning, even though 0....

#Hardware #LLM On-Premise #DevOps
2026-08-17 Phoronix

KTransformers 0.7 Expands AVX-512 Support to Benefit AMD EPYC Servers

KTransformers, a framework for heterogeneous LLMs, releases version 0.7 with expanded AVX-512 support, a targeted change for AMD EPYC servers. For self-hosted teams, the message is structural: the CPU is no longer a fallback, but an active component ...

#Hardware #LLM On-Premise #Fine-Tuning
← Back to All Topics