JA EN
Glossary › vram

GLOSSARY

vram

appears in 1 paper titles

Definition

The memory on a GPU board. Weights, activations, gradients, optimizer state, and the KV cache during generation all have to fit there, which makes VRAM the first hard limit on what you can train or serve — quantization, offloading, and gradient checkpointing all exist to work around it. It is a separate constraint from compute throughput: FLOPs determine how fast a job runs, VRAM determines whether it runs at all.

Explainers using this term