Qwen3 1.7B · 11 GPUs measured first-party · llama.cpp Q4_K_M · Updated July 2026
Qwen3 1.7B sits in an awkward spot we think is worth being honest about: it's past the under-1B line where running on the user's device is realistic, but well short of the 4B tier where chat quality starts. We measured it on 11 GPUs (llama.cpp, Q4_K_M): 576 tok/s on the RTX PRO 6000 Blackwell at the top, 136 tok/s on a T4 at the bottom, ~3GB peak VRAM everywhere.
Benchmarked weights: Qwen/Qwen3-1.7B-GGUF
What GPU Do You Need for Qwen3 1.7B?, tok/s, fastest 11
Measured on our own bench. A card absent from this chart has not been run on this model yet, or cannot fit it.
Qwen3 1.7B. Measured generation speed by GPU
| GPU | tok/s | Prompt t/s | tok/W | Avg power |
|---|---|---|---|---|
| NVIDIA RTX PRO 6000 Blackwell Workstation Edition | 575.77 | 27571.1 | 5.5 | 104.6 W |
| NVIDIA H200 | 563.52 | 21109.9 | 5.61 | 100.4 W |
| NVIDIA H100 80GB HBM3 | 556.48 | 22702.3 | 3.15 | 176.6 W |
| NVIDIA B300 | 555.1 | 15682.5 | 2.02 | 274.6 W |
| NVIDIA B200 | 551.76 | 24383.1 | 1.99 | 277.7 W |
| NVIDIA L40S | 406.16 | 24305.2 | 3.11 | 130.4 W |
| NVIDIA A100 80GB SXM4 | 343.58 | 11762.3 | 3.38 | 101.8 W |
| NVIDIA A100 40GB SXM4 | 342.87 | 11410.5 | 3.01 | 114.0 W |
| NVIDIA A10G | 284.18 | 11211.4 | 2.67 | 106.4 W |
| NVIDIA L4 | 176.1 | 10662.8 | 3.61 | 48.8 W |
| NVIDIA T4 | 135.73 | 4185.4 | 2.61 | 52.1 W |
Where a 1.7B model actually earns its keep. My rule of thumb: over 1B parameters you can no longer assume the user's machine can run it, the compute floor of a cheap device kills the experience even when the VRAM technically fits. So 1.7B isn't a 'runs everywhere' model and it isn't a chat model either. Where it fits is inside pipelines: turning images descriptions into tags, normalizing scraped text, pre-classifying requests before a bigger model sees them. Work where it's a component in a workflow, not the thing the user talks to. For that, 576 tok/s on a single card means one GPU can feed a very large pipeline.
Reading the results. The top three cards land within 4% of each other (576, 564, 556 tok/s), at 1.7B the model still can't stress big silicon, so H100-class hardware buys you almost nothing over the workstation card. Note the efficiency column: the H200 does 5.61 tok/W at just 100W, and even the L4, a 72W card, clears 176 tok/s. If this model is your batch workhorse, a small efficient card at near-idle power is the right tool; renting anything bigger is paying for headroom the model can't use.
Qwen3 1.7B: 576 tok/s peak, ~3GB floor, and near-identical results across the top of the chart because the model can't stress big hardware. Our take: too big to assume it runs on user devices, too small for user-facing chat, but as the cheap text-processing stage inside a pipeline, one mid-range GPU running this model does an enormous amount of work.