FitMyGPU

Will It Fit?

Estimate text inference VRAM across Transformers and vLLM with a compact, explainable breakdown.

Model pages and release notes are included here too.

72.7B dense • 131,072 context • 8 KV heads

vLLM estimates use the selected GPU memory utilization. Transformers stays a fixed 4K single-request baseline.

Does not fit on selected GPU

Qwen 2.5 72B · vLLM · Official BF16 checkpoint

Required GPU VRAM (0.9 budget)

90.5 GB

Core estimate: 81.5 GB. Against RTX 4090 24GB, this leaves 64.7 GB of deficit.

At 4,096 tokens, the estimated max concurrency is 0 concurrent requests.

Quick read

Selected GPU

RTX 4090 24GB

Runtime

vLLM

Load dtype

BF16

GPU utilization

0.9

GPU count

1

KV cache dtype

BF16

Context length

4,096

Current concurrency

1

Max concurrency @ context

0

Class

Consumer

Bandwidth

1,008 GB/s

Nominal VRAM

24 GB

Core estimate

81.5 GB

Required GPU VRAM (0.9 budget)

90.5 GB

Deficit

64.7 GB

GPU compare

What fits this setup

GPUStatusHeadroomMax conc.
GB200 NVL72 GPU 186GBFits109.2 GB67
B200 180GBFits102.8 GB63
H200 141GBFits60.9 GB38
RTX PRO 6000 96GBFits12.6 GB8
A100 80GBOOM-4.6 GB0
H100 80GBOOM-4.6 GB0
L40 48GBOOM-39.0 GB0
A100 40GBOOM-47.6 GB0
RTX 5090 32GBOOM-56.1 GB0
RTX 3090 24GBOOM-64.7 GB0
RTX 4090 24GBOOM-64.7 GB0

Breakdown

Where the memory goes

Weights

72.7B resident parameters at 1.00 bytes each. Calibrated from the official checkpoint profile.

72.7 GB

KV cache

Concurrency 1, context 4,096, 80 KV-bearing layers, 8 KV heads, BF16 cache storage.

1.3 GB

Runtime / safety overhead

Conservative buffer for allocator fragmentation, kernels, and runtime scratch space.

7.4 GB

Weights = parameter count × bytes per parameter.

KV cache grows with context length, KV-bearing layers, concurrent requests, and the selected KV cache dtype.

Show the substituted formulas

Weights

parameter count × bytes per weight

72.7B × 1.00 = 72.7 GB

The official Qwen2.5-72B-Instruct safetensor weights total about 72.71 GB on Hugging Face.

KV cache

batch × effective KV tokens across attention layers × 2 × KV heads × head dim × bytes per KV element

1 × 327,680 × 2 × 8 × 128 × 2 = 1.3 GB

Longer context, deeper models, and larger batches all expand the cache linearly. BF16 controls the bytes per stored KV element.

Overhead

max(1.5 GB, 10% of weights + KV cache + linear state)

max(1.5 GB, 10% of 74.0 GB) = 7.4 GB

This leaves room for runtime buffers instead of claiming an unrealistically exact fit.

Model

Selected model

Qwen 2.5 72B

72.7B dense • 131,072 context • 8 KV heads

About model

Total params

72.7B

Active params

Dense model

Layers

80

Hidden size

8,192

Attention heads

64

KV heads

8

KV-bearing layers

80