papersTODAY 04:00 UTC
PEEK: Queue-Informed KV Cache Management for Online LLM Serving
Researchers propose PEEK, a scheduling and cache eviction framework for LLM serving that handles both streaming and batch workloads. It builds an incremental radix tree over the pending request queue to guide KV cache decisions, with the paper concentrating on the online serving case. The approach is described as lightweight.