llamaperf

Best NVIDIA GPUs for local LLMs

NVIDIA still has the deepest software stack for local inference: CUDA kernels in every major engine, exllamav2 throughput, vLLM batching. The ranking below is from real community submissions, not synthetic benchmarks.

Ranked from 369 community reports on llamaperf.

Ranked by community reports

#GPUVRAMReportsFastest t/s
1RTX 3090nvidia24GB87382.0
2RTX 5090nvidia32GB67578.0
3RTX Pro 6000 Blackwellnvidia96GB27177.0
4RTX 5060 Ti 16GBnvidia16GB2676.7
5DGX Sparknvidia128GB25181.0
6RTX 3060 12GBnvidia12GB2470.0
7RTX 4090nvidia24GB17180.0
8RTX 5070 Tinvidia16GB14115.0
9RTX 5080nvidia16GB775.0
10RTX PRO 6000 Max-Qnvidia96GB6240.0
11V100 32GBnvidia32GB6218.0
12RTX 3080 20GBnvidia20GB657.5
13RTX 4060 Ti 16GBnvidia16GB632.5
14CMP 170HXnvidia8GB5210.0
15H100 80GBnvidia80GB5193.0
16RTX 6000nvidia48GB5150.0
17RTX 4070 Ti Supernvidia16GB5110.2
18RTX 4070nvidia12GB455.0
19RTX 5070 Ti Laptop 12GBnvidia12GB359.0
20RTX 4080nvidia16GB356.5
21H200nvidia141GB34.8
22V100 16GBnvidia16GB2219.1
23RTX 2080 Tinvidia11GB245.0
24RTX 5070nvidia12GB222.0
25RTX A6000 48GBnvidia48GB217.2
26RTX 4050 6GBnvidia6GB1129.0
27RTX 3090 Tinvidia24GB1100.0
28RTX 4080 Supernvidia16GB159.0
29A100 80GBnvidia80GB156.8
30RTX Pro 4500 Blackwell 32GBnvidia32GB145.2
31RTX 3060 Laptop 6GBnvidia6GB130.0
32NVIDIA P102-100nvidia10GB123.5
33T4 16GBnvidia16GB117.6
34A100 40GBnvidia40GB116.1
35L4nvidia24GB1

What to look for

Used 3090s remain the price/performance king

A used RTX 3090 with 24GB VRAM consistently runs 30B-class models at usable speeds and can handle 70B with two cards in tensor-parallel mode. Despite being two generations old, the bandwidth (936 GB/s) is competitive with new cards costing 3× as much.

RTX 4090 vs RTX 3090

On pure inference (memory-bandwidth-bound), the 4090 is only ~10–15% faster than the 3090 despite massively more compute. The 4090 wins on prompt processing (compute-bound) and any workload involving training/fine-tuning, but for dollar-per-token-per-second, the 3090 is still hard to beat.

Workstation cards (A6000, A100, H100)

These give you 48–80GB of VRAM in a single card — enough for 70B+ models without partitioning. The premium over consumer cards is steep but justified for production serving or research workloads where multi-card scaling adds latency overhead.

Frequently asked

What is the best NVIDIA GPU for local LLMs?

For most users, an RTX 4090 (new) or RTX 3090 (used) — both 24GB — hit the sweet spot for 30B-class models. For 70B work, an RTX A6000 (48GB) or two 3090s in tensor-parallel mode are the standard recommendations.

Is an RTX 4090 worth it over an RTX 3090 for local LLMs?

For pure inference, the 4090 is only modestly faster (~10–15%) because both are limited by memory bandwidth on the same model. The 4090 wins clearly on prompt processing speed and any compute-bound workload (training, fine-tuning, very long contexts).

Can I run local LLMs on an RTX 3060 or 4060?

Yes, on smaller models. A 12GB card runs 7B–13B models comfortably at Q4 quantization. 8GB cards are workable for 7B but tight on context length.

How we rank

Hardware is sorted by the number of community submissions on llamaperf — a proxy for how widely each card is used in practice for local LLM inference. Within that, we surface the fastest tokens-per-second observed on each as a quality signal. Submissions come primarily from r/LocalLLaMA discussions and direct user uploads. Nothing here is sponsored or affiliate-driven.

See also