@Oluwaphilemon1: Qwen3.8-27B at 56 tok/s on a 9-year-old GPU. Let that sink in. The GPU? NVIDIA V100 32GB. A card that launched at aroun…
Summary
Achieves 56 tokens per second inference speed for the Qwen3.8-27B model on an NVIDIA V100 GPU, demonstrating cost-effective local AI deployment on older hardware using speculative decoding techniques.
View Cached Full Text
Cached at: 08/30/26, 06:21 PM
Qwen3.8-27B at 56 tok/s on a 9-year-old GPU.
Let that sink in.
The GPU?
NVIDIA V100 32GB.
A card that launched at around $11,500 is now available used for roughly $650, and it’s still surprisingly capable for local AI.
With DFlash2, Qwen3.8-27B can hit around:
→ 56–63 tok/s for code generation → Slightly lower speeds for thinking and prose → Even more headroom when ECC is disabled
The interesting part is that speculative decoding behaves differently depending on the workload.
MTP tends to win for prose, especially when the GPU is power-limited.
But for sustained code generation, DFlash2 pulls ahead.
That’s a pretty important distinction.
You can’t just ask which speculative decoding method is “faster” in isolation. The answer depends heavily on what you’re generating, how predictable the next tokens are, and how much power the GPU has available.
And all of this is happening on PCIe 3.0 and an architecture that’s several generations old.
Those sound like major disadvantages on paper.
In practice?
The software stack is getting good enough that they aren’t nearly as crippling as you’d expect.
That’s what makes the V100 interesting again.
You don’t need a modern $2,000+ GPU to experiment with serious local models.
A used datacenter accelerator from the previous decade can still deliver ridiculous inference performance when paired with the right runtime and speculative decoding.
I’m also working on a repo to make the setup easier to reproduce, so you won’t have to spend hours figuring out the configuration yourself.
The V100 was once an $11,500 flagship accelerator.
Today, for around $650 used, it’s still pushing a 27B model at tens of tokens per second. https://x.com/KyleHessling1/status/2093509375352799338/video/1…
Similar Articles
100$ worth of gpu runs qwen 3.8 27b at 7.39 t/s
A user demonstrates running the Qwen 27b AI model quantized to Q3_K_M on two RX 580 GPUs, achieving 7.39 tokens per second using old DDR3 hardware for under $100.
Qwen3.8-27B at 256K on a 24GB RTX PRO 4000 SFF (432 GB/s): 50 tok/s with MTP
The article details an experiment achieving 50 tokens per second inference with Qwen3.8-27B at 256K context on a 24GB GPU using Multi-Token Prediction and custom optimizations.
Qwen 3.8 2.4T at 288k tokens/s on Nvidia GB300 NVL72
NVIDIA showcases the high-throughput performance of serving the Qwen3-8B 2.4T parameter model on GB300 NVL72 hardware, achieving over 4k tokens per second per GPU.
@DeepTechTR: Qwen 3.6 27B is incredibly fast with 16 GB VRAM! The impact of Pure Quant The era of the 27B model that runs seamlessly…
Qwen 3.6 27B runs fast on 16 GB VRAM thanks to 'Pure Quant' technology, achieving 40 tokens/s with MTP and supporting 64k contexts, enabling local AI on consumer GPUs like RTX 4060 Ti.
@cniongolo: I’m not sure people realize yet that you can actually run Qwen3.6-35B-A3B-Claude-4.7-Opus-abliterated-MTP-GGUF on a dua…
Demonstrates running a custom Qwen model (Qwen3.6-35B-A3B-Claude-4.7-Opus-abliterated-MTP-GGUF) on dual Nvidia RTX PRO 6000 Blackwell GPUs at 195 tokens per second using Hugging Face Inference.