How a Transformer Layer Maps to GPU Memory
The key is to think of vLLM GPU memory as a budget shared by several very different kinds of data. Some memory is essentially fixed when the model starts; some grows with request length and concurrency. For your vLLM workload, the mental model is: GPU VRAM │ ├── Model weights ← mostly fixed