DeepSeek-V3.2-Exp Overview
mainDeepSeek-V3.2-Exp is an experimental model that introduces DeepSeek Sparse Attention (DSA). DSA provides fine-grained sparse attention to improve training and inference efficiency in long-context scenarios while maintaining performance levels comparable to the V3.1-Terminus model.
Key architectural note: When implementing custom inference, note that the input tensor to RoPE in the indexer module requires a non-interleaved layout, whereas RoPE in the MLA module expects an interleaved layout.