Memory-Footprint

The term “memory-footprint” refers to the amount of memory (RAM/VRAM) used by a program or system when running. In the context of Large Language Models (LLMs), this concept is crucial as these models require significant amounts of memory to store their weights and activations during inference. Efficient management of this footprint is essential for scaling inference workloads and reducing latency.

Key Concepts:

References