Model Releases
Qwen3.8-27B NVFP4 with vision + 451K token KV-cache on one RTX 5090 (power limited to 400W) at 120 tokens/s average
Hello, So I've been trying lots of combinations in that never-ending landscape of options and settings. I wanted a proper quant of 3.8 27B running as fast as possible on my 5090 at 400W, with vision a
Hello, So I've been trying lots of combinations in that never-ending landscape of options and settings. I wanted a proper quant of 3.8 27B running as fast as possible on my 5090 at 400W, with vision and with as much KV-cache as possible and with concurrency enabled (aiming at 3 parallel sessions). tl;dr: I'm using this setup and it works very well, very fast and is accurate in coding sessions. --- vLLM is the obvious choice, even if not user-friendly at first, once it runs, it runs well. I tried fancy DSpark / DFlash2 but the cost in context size wasn't worth the marginal gains vs MTP=3. Here is a full NVFP4 setup (model and cache): Model: https://huggingface.co/gittensor-model-hub/Qwen3.8-27B-NVFP4-RTX5090 Context: 196K per session / 451K global KV-cache (NVFP4) Speed: conservative average at 120 tps. prompt pp t/s ttfr (ms) tg64 t/s 4K 11,388 352 130 8K 10,475 765 150 16K 8,750 1,830 126 32K 6,790 4,714 131 64K 4,729 13,535 111 128K 2,932 43,661 107 185K 2,194 84,306 112 (tests from llama-benchy 0.4.0) Full write-up with how to setup vLLM and every gotchas: https://gist.github.com/co-l/c2aeaf40b53fcacfe9dd3293be75f23a (+ more benchmarks, including a real coding session, in line with numbers above). Note: env is Linux (Bazzite of all distros lol), with UI deactivated to allow 0.98 mem use. submitted by /u/t4a8945 [link] [comments]
Related
- BeeLlama.cpp: advanced DFlash & TurboQuant with support of reasoning and vision. Qwen 3.6 27B Q5 with 200k context on 3090, 2-3x faster than baseline (peak 135 tps!)
- KV cache quantization benchmarks: 413 pairs tested on Qwen 3.6 27B, Gemma 4 31B. KLD with BeeLlama.cpp v0.4.0: KVarN 6-bit beats q8_0, precision tail 1024 dominates
- I pushed Qwen3.8-27B limits again... Dflash2 - 134 tps on a RTX 3090
Source: r/LocalLLaMA | 2026-08-23