Quiz 27 Question 2 of 20

During the inference phase of a large language model (LLM), the Key-Value (KV) cache grows dynamically and can quickly deplete GPU VRAM. To resolve this, which memory management technique allocates KV cache fragments non-contiguously in memory using virtual-to-physical mapping, drastically minimizing fragmentation and wasting zero memory?

Select an answer to reveal the explanation.

Motivation