Can my GPU run this model?
Accurate VRAM estimation using the full formula — weights, KV cache (GQA-aware), activations, and CUDA overhead.
We earn commissions when you shop through the links below at no additional cost to you.
Need more VRAM?Deploy on cloud GPU starting at $0.20/hr.
Get cloud GPU deals for your config.
Monthly picks — no spam.
Did this estimate match your real experience?
Thanks! This helps us improve. 🙏
The formula behind the estimate
params × bits_per_param ÷ 8 ÷ 1.07
Q4_K_M ≈ 4.5 bits → 70B × 4.5/8 ≈ 39.4 GiB
2 × n_layers × n_kv_heads × d_head × context × 2 bytes ÷ 1.07
Llama 3: 8 KV heads (not 64) = 8× less KV cache
~1 GB inference / ~3 GB activations (fine-tuning)
Forward pass activations only — full fine-tuning needs significantly more (gradients + optimizer states).
CUDA context + engine overhead
llama.cpp ≈ 0.8 GB, vLLM ≈ 3.5 GB