LazyAttention: Efficient Retrieval-Augmented Generation with Deferred Positional Encoding
Signal
78
Hype
15
In three linesLazyAttention is an attention mechanism optimizing key-value caching for RAG and in-context learning by deferring positional encoding. It enables zero-copy KV reuse at arbitrary positions, reducing time-to-first-token by 1.37× and increasing throughput by 1.40× versus Block-Attention.Read source
Your take?
Summary generated by Claude — human-verified