Qwen3 1.7B · 11 GPUs measured first-party · llama.cpp Q4_K_M · Updated July 2026

What GPU Do You Need for Qwen3 1.7B?

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

575.77tok/s
Fastest: NVIDIA RTX PRO 6000 Blackwell Workstation Edition
measured, 3-run llama-bench
~3GB
VRAM needed (measured peak)
GPU-independent, applies to every card
11
GPUs measured
same pinned harness
5.61tok/W
Most efficient: NVIDIA H200
real power sampling, not TDP

What GPU Do You Need for Qwen3 1.7B?, tok/s, fastest 11

NVIDIA RTX PRO 6000 Blackwell Workstation Edition
575.77 tok/s
NVIDIA H200
563.52 tok/s
NVIDIA H100 80GB HBM3
556.48 tok/s
NVIDIA B300
555.1 tok/s
NVIDIA B200
551.76 tok/s
NVIDIA L40S
406.16 tok/s
NVIDIA A100 80GB SXM4
343.58 tok/s
NVIDIA A100 40GB SXM4
342.87 tok/s
NVIDIA A10G
284.18 tok/s
NVIDIA L4
176.1 tok/s
NVIDIA T4
135.73 tok/s

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

NVIDIA RTX PRO 6000 Blackwell Workstation Edition575.77
NVIDIA H200563.52
NVIDIA H100 80GB HBM3556.48
NVIDIA B300555.1
NVIDIA B200551.76
NVIDIA L40S406.16
NVIDIA A100 80GB SXM4343.58
NVIDIA A100 40GB SXM4342.87
NVIDIA A10G284.18
NVIDIA L4176.1
NVIDIA T4135.73
GPUtok/sPrompt t/stok/WAvg power
NVIDIA RTX PRO 6000 Blackwell Workstation Edition575.7727571.15.5104.6 W
NVIDIA H200563.5221109.95.61100.4 W
NVIDIA H100 80GB HBM3556.4822702.33.15176.6 W
NVIDIA B300555.115682.52.02274.6 W
NVIDIA B200551.7624383.11.99277.7 W
NVIDIA L40S406.1624305.23.11130.4 W
NVIDIA A100 80GB SXM4343.5811762.33.38101.8 W
NVIDIA A100 40GB SXM4342.8711410.53.01114.0 W
NVIDIA A10G284.1811211.42.67106.4 W
NVIDIA L4176.110662.83.6148.8 W
NVIDIA T4135.734185.42.6152.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.

Our verdict

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.

FAQ

What is Qwen3 1.7B actually good for?
Pipeline work: tagging, extraction, normalization, pre-classification, stages where a model processes text inside a workflow rather than chatting with a user. For user-facing chat, the 4B and 8B tiers are where quality starts.
How much VRAM does Qwen3 1.7B need?
~3GB measured peak at Q4_K_M. Any 4GB card fits it; a $139 GTX 1050 Ti clears the floor on capacity.
Can it run client-side like Qwen3 0.6B?
Not reliably. Once you cross 1B parameters, low-end devices have the memory but not the compute, generation drops below usable speed on weak hardware. If 'runs on the user's machine' is the requirement, stay under 1B.
Do I need a datacenter GPU for it?
No. The chart is unusually flat at the top (top three cards within 4%), because the model can't saturate big silicon. An efficient small card like the L4 (176 tok/s at ~50W measured draw) is the economical choice for sustained batch work.
Qwen3 1.7B or DeepSeek R1 Distill Qwen 1.5B?
Same size class, different personalities: the R1 distill spends tokens on reasoning traces, Qwen3 1.7B answers directly. For pipeline throughput you usually want direct answers, reasoning traces triple your token bill for marginal gain at this scale.