
The reason an server can hold many concurrent requests: treating the like virtual memory pages instead of one contiguous block removes the fragmentation that was wasting most of the GPU. It is the paper behind vLLM, which is what most self-hosted serving actually runs.
articleRecent Developments in LLM Architectures: KV Sharing, mHC, and Compressed AttentionSebastian Raschka, PhD
articleUnderstanding and Coding the KV Cache in LLMs from ScratchSebastian Raschka, PhDSign in to comment.
Loading comments…