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.

7B dense • 131,072 context • 4 KV heads

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

Fits on selected GPU

DeepSeek R1 Distill Qwen 7B · vLLM · Official BF16 checkpoint

Required GPU VRAM (0.9 budget)

10.4 GB

Core estimate: 9.4 GB. Against RTX 4090 24GB, this leaves 15.4 GB of headroom.

At 4,096 tokens, the estimated max concurrency is 57 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

57

Class

Consumer

Bandwidth

1,008 GB/s

Nominal VRAM

24 GB

Core estimate

9.4 GB

Required GPU VRAM (0.9 budget)

10.4 GB

Headroom

15.4 GB

GPU compare

What fits this setup

GPUStatusHeadroomMax conc.
GB200 NVL72 GPU 186GBFits189.3 GB663
B200 180GBFits182.9 GB640
H200 141GBFits141.0 GB494
RTX PRO 6000 96GBFits92.7 GB326
A100 80GBFits75.5 GB266
H100 80GBFits75.5 GB266
L40 48GBFits41.2 GB147
A100 40GBFits32.6 GB117
RTX 5090 32GBFits24.0 GB87
RTX 3090 24GBFits15.4 GB57
RTX 4090 24GBFits15.4 GB57

Breakdown

Where the memory goes

Weights

7B resident parameters at 1.09 bytes each. Calibrated from the official checkpoint profile.

7.6 GB

KV cache

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

0.2 GB

Runtime / safety overhead

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

1.5 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

7B × 1.09 = 7.6 GB

The official DeepSeek-R1-Distill-Qwen-7B checkpoint totals about 7.62 GB on Hugging Face.

KV cache

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

1 × 114,688 × 2 × 4 × 128 × 2 = 0.2 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 7.9 GB) = 1.5 GB

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

Model

Selected model

DeepSeek R1 Distill Qwen 7B

7B dense • 131,072 context • 4 KV heads

About model

Total params

7B

Active params

Dense model

Layers

28

Hidden size

3,584

Attention heads

28

KV heads

4

KV-bearing layers

28