Keep pulling the thread on Yang Zhilin.
Kimi Linear is a hybrid linear attention architecture that outperforms full attention in short-context, long-context, and reinforcement learning (RL) scaling regimes.
A Kimi Linear model was pretrained with 3 billion activated parameters and 48 billion total parameters.
Using an identical training recipe, the Kimi Linear model outperforms a full Multi-Head Latent Attention (MLA) model by a sizeable margin across all evaluated tasks.
The Kimi Linear architecture reduces KV cache usage by up to 75% compared to full attention models.
The Kimi Linear architecture achieves up to 6 times the decoding throughput for a 1 million token context compared to full attention models.
Kimi Linear is designed to be a drop-in replacement for full attention architectures, offering superior performance and efficiency.
Kimi Linear's core component, Kimi Delta Attention (KDA), extends Gated DeltaNet with a finer-grained gating mechanism to more effectively use limited finite-state RNN memory.
Kimi Linear uses a chunkwise algorithm with a specialized Diagonal-Plus-Low-Rank (DPLR) transition matrix variant that reduces computation compared to the general DPLR formulation.
The pretrained Kimi Linear model is based on a layerwise hybrid of Kimi Delta Attention (KDA) and Multi-Head Latent Attention (MLA).
The Kimi Team has open-sourced the Kimi Delta Attention (KDA) kernel and its vLLM implementations.
The Kimi Team has released the pre-trained and instruction-tuned model checkpoints for its Kimi Linear model.