FULL STORY

Qwen3.8-27B: A Community Benchmark Frenzy

After Qwen3.8-27B launched, the community raced to benchmark it locally on consumer GPUs and Macs, pushing speeds up to 672 tps with quantization and speculative decoding tricks.

2026-08-14 ~ 2026-08-17 · 10 episodes · 28 posts

Episode 1 · Developers Test Run 2.4T Parameter Qwen Model on Consumer Hardware (2026-08-14, 3 posts)

Several developers successfully ran the massively quantized 2.4T parameter Qwen model on high-end consumer hardware. Tests included a multi-GPU desktop setup achieving 0.8 tok/s and a 512GB Mac Ultra utilizing 1-bit quantization, proving the feasibility of running ultra-large models locally.

Episode 2 · Qwen3.8-27B Benchmarking on RTX 6000 (2026-08-15, 2 posts)

Reddit users initiated benchmarking for Qwen3.8-27B on RTX 6000 Pro, covering vLLM full precision, FP8, and BF16 TP2 configurations.

Episode 3 · Community Shares Qwen3.8-27B Deployment on 32GB VRAM (2026-08-15, 4 posts)

The community shared deployment configs for Qwen3.8-27B, including running on 32GB VRAM via llama.cpp and GGUF quantized models.

Episode 4 · RTX 3090 Optimized for Efficient Qwen3.8-27B Inference (2026-08-15, 3 posts)

Qwen3.8-27B runs efficiently on RTX 3090 at 34-36 t/s via llama.cpp and optimized runtimes like NInfer. Community efforts also produced INT8 quantized versions for dual 3090 setups.

Episode 5 · Qwen3.8-27B Hits 50 tok/s on Dual RTX 3060s (2026-08-15, 2 posts)

A Reddit user demonstrated running Qwen3.8-27B on dual RTX 3060 12GB GPUs, achieving 50.6 tok/s using llama.cpp and MTP speculative decoding.

Episode 6 · Qwen2.5 Local Performance Review (2026-08-15, 2 posts)

Evaluations show Qwen2.5 models run locally with high performance, rivaling Claude 3.5 Sonnet and Opus on consumer hardware.

Episode 7 · Qwen3.8-27B Benchmarks: 672 tps on RTX 3090 (2026-08-16, 6 posts)

Local benchmarks of Qwen3.8-27B have poured in since its release: SGLang offers Day-0 support, and with NVFP4 quantization plus DSpark speculative decoding, a single RTX 5090 decodes at 206.1 tok/s while the RTX 6000 Pro (96GB) hits 200-223 tok/s in single-stream throughput; the RTX 4090 delivers 73 tok/s for coding with a 128k context, which testers deem fully usable. A 27B-class model now runs smoothly on a single consumer GPU.

Confirmed

  • Relayed by @StefanoGogioso: SGLang provides Day-0 support for Qwen3.8-27B; an RTX 5090 with NVFP4 and DSpark decodes at 206.1 tok/s, and 38.28 tok/s on DGX Spark
  • Relayed by @BanghuaZ: an SGLang script on the RTX 6000 Pro (96GB) using NVFP4 weights plus DSpark speculative decoding reaches 200-223 tok/s single-stream throughput with native long-context support (post summary truncated; exact figures not fully shown)
  • @iamMess pushed inference to 672 tps on an RTX 3090 through extreme optimizations: W4A16 quantization, FP8 KV Cache, and converting lmhead and embedtokens to int8
  • @cocktailpeanut relayed user zast57: with Pinokio one-click deployment of Ollama + OpenWebUI, an RTX 4090 runs the Qwen 3 series 27B at nearly 100 token/s for proofreading and other text tasks
  • @julianharris tested local coding on an RTX 4090 with unsloth 4-bit quantization: 73 tok/s at 128k context, fully usable; disabling thinking mode speeds things up to 78 tok/s but quality drops noticeably

Unconfirmed

  • @iamMess's 672 tps does not specify whether it is decode or prefill speed; it sits far above other cards' decode rates ranging from the tens to the low 200s, and the measurement methodology awaits clarification from the author
  • Model names vary across posts (e.g., Qwen3.6-28B, Qwen 3.28:27b); this roundup standardizes on Qwen3.8-27B

Why it matters

  • Locally runnable at launch: SGLang Day-0 support, NVFP4, speculative decoding, unsloth quantization, and Pinokio one-click deployment landed almost simultaneously, dramatically shortening the cycle from new model release to consumer-GPU usability
  • 128k long-context coding still hits 73 tok/s on a single 4090, so mid-range GPUs can already shoulder everyday coding-assistant workloads
  • The thinking-mode trade-off (a small speedup when disabled but noticeably worse quality) gives local-deployment users a direct configuration reference

Episode 8 · Running Local Agent Models on Mac: Memory Is the Deciding Factor (2026-08-16, 2 posts)

Mac users are testing local agent models, from a 16GB M4 Mac mini to a 64GB Mac Studio running community MLX 4-bit quantized Qwen 2.5, with unified memory size emerging as the key factor in model choice and performance.

Episode 9 · RTX 3090 users seek best local setup for running Qwen3 models (2026-08-16, 2 posts)

RTX 3090 owners on Reddit are asking how to best run Qwen3 models locally, discussing OS choices, recommended software, and inference engines such as vLLM and llama.cpp to optimize performance within limited VRAM.

Episode 10 · Qwen 3.8 27B Shows Stable Local Performance (2026-08-16, 2 posts)

Developers tested Qwen 3.8 27B on RTX 3090 and 4090 GPUs, showing stable performance at 37-73 tok/s with 4bit quantization and 128K context support.