KVMem: Virtualizing Million-Token Agent Workspaces on a Consumer GPU
2026-09-07 12:00Models🔥 42.2 heat score
1sources
1days unfolding
42.2heat score
4mentions
SummaryAI generated
The KVMem system successfully implemented virtualized working spaces with millions of tokens on consumer-grade GPUs. By storing overflow history in paginated KV states within the GPU, host memory, and NVMe, and using lightweight attention space indexing to manage query dependencies, KVMem demonstrated higher task efficiency and reasoning speed compared to mainstream compression methods in benchmark tests such as LongMemEval, MemoryAgentBench, and AgentLongBench. Particularly in the DeepSWE long context test, its task success rate increased from 43.8% with compressed management to 48.4%. Local deployment evaluations showed that the system can run the Qwen3.6/3.8-27B NVFP4 model on laptops equipped with 24GB RTX 5090 Laptop GPUs, and it supports virtualizing workloads with up to 1M tokens.