Existing position-independent caching (PIC) methods rely on token-indexed KV caches, which do not exist in hybrid LLMs that use linear recurrences. LinearKV introduces a training-free framework that enables PIC for these models by decoupling the initialization of the fixed-size state. This approach allows hybrid models to reuse token chunks and restore context without the standard KV concatenation primitives.
- Hybrid LLMs lack token-indexed KV caches, breaking standard PIC methods.
- LinearKV is a training-free framework designed specifically for hybrid architectures.
- It uses decoupled initialization to manage fixed-size linear recurrence states.
- Enables caching benefits for models using linear attention layers.
- No need to rebuild entire context when reusing token chunks.