vToken introduces a token-level virtualization layer that decouples logical token liveness from physical block placement to solve intra-block fragmentation in PagedAttention. The implementation in vLLM allows for more efficient asynchronous reclamation of KV memory.
HOW THIS AFFECTS YOU
●
builderYou can achieve higher throughput and lower memory overhead in LLM serving by utilizing token-level reclamation.