PagedAttention
vLLM's memory-management technique enabling efficient batched serving.
vLLM's memory-management technique enabling efficient batched serving. (M14)
vLLM's KV-cache manager that stores the cache in small fixed-size blocks (pages) allocated on demand via a block table, eliminating waste and fragmentation and enabling much bigger batches. Borrowed from OS virtual memory.