Views
No views yet
| Context | KMAX | Ours conc / throughput | Baseline conc / throughput | Gain conc | Gain throughput |
|---|---|---|---|---|---|
| 256K | 96 | 76 / ~2759 tok/s | 47 / ~1584 tok/s | 1.6× | 1.7× |
| 512K | 192 | 60 / ~2008 tok/s | 25 / ~1028 tok/s | 2.4× | 2.0× |
| 1M | 384 | 30 / ~1266 tok/s | 11 / ~455 tok/s | 2.7× | 2.8× |
resident_set recalled from CPU to GPU.resident_set, at full speed inside cuda-graph.For the full architecture, retriever math, hyperparameters and training details, see the paper and the GitHub code.
http://<router>:31503/v1/chat/completions.1pip install -e sglang/python # also: pip install sgl_kernel==0.3.21
2# download checkpoints/ from this HF repo
3
4# D (decode) — GPU 0–7, 512K example:
5TGT_CONC=60 TGT_CTX=524288 CTX_LEN=1100000 bash launch_decode.sh
6# P (prefill) — GPU 0–7:
7CTX_LEN=1100000 SWA_RATIO=0.1 HOST=<P_IP> bash launch_prefill.sh
8# router:
9PREFILL_IP=<P_IP> DECODE_IP=<D_IP> bash launch_router.shSGLANG_DECODE_SWAP_P, SGLANG_PATHP_INDEX_K_OFFLOAD, SGLANG_PATHP_SCORE_RESIDENT,
SGLANG_PATHP_PAGE_RECALL, SGLANG_PATHP_CUDAGRAPH, SGLANG_PATHP_ASYNC_RECALL,
SGLANG_PATHP_FUSED_REMAP.checkpoints/ into the repo root (default top3_R930_joint.pt, CSA layers 10/12/20).1@article{wang2026flashmemory,
2 title = {FlashMemory-DeepSeek-V4: Lightning Index Ultra-Long Context via Lookahead Sparse Attention},
3 author = {Yan Wang and Qifan Zhang and Jiachen Yu and Tian Liang and Dongyang Ma and
4 Xiang Hu and Zibo Lin and Chunyang Li and Zhichao Wang and Jia Li and
5 Yujiu Yang and Haitao Mi and Dong Yu},
6 year = {2026},
7 journal = {arXiv preprint arXiv:2606.09079},
8 url = {https://arxiv.org/abs/2606.09079},
9}