0006
DeepSeek V4 Flash · SWA
00 · Local-first stem
Begin V4 Flash with two exact local-attention blocks
DeepSeek V4 Flash starts its 43-layer backbone with two sliding-window attention blocks before switching into the alternating CSA/HCA regime. SWA keeps the recent causal neighborhood exact: no compressed-history branch and no Lightning Indexer are needed in these opening layers. The released local horizon is 128 tokens.
backbone stem = 2 × SWA · window 128Implementation
layers 0–1 · attention = SWAThe token count drawn on screen is schematic; layer placement and the released window size are source-backed.