@no_stp_on_snek: meanwhile the rest of us just plug away. im trying to solve sparse attention for mlx-swift-lm right now. making good pr…

X AI KOLs Following Tools

Summary

Developer reports progress implementing sparse attention for mlx-swift-lm, achieving only +4% overhead vs dense attention on M5 Max.

@AlexJonesax meanwhile the rest of us just plug away. im trying to solve sparse attention for mlx-swift-lm right now. making good progress. closed sparse attention to +4% overhead vs dense on m5 max
Original Article
View Cached Full Text

Cached at: 05/16/26, 07:15 AM

@AlexJonesax meanwhile the rest of us just plug away. im trying to solve sparse attention for mlx-swift-lm right now. making good progress. closed sparse attention to +4% overhead vs dense on m5 max

Similar Articles

MiniMax Sparse Attention

Hugging Face Daily Papers

MiniMax Sparse Attention introduces a blockwise sparse attention mechanism that achieves significant speedups for ultra-long-context LLMs, reducing per-token attention compute by 28.4x at 1M context with wall-clock speedups of 14.2x for prefill and 7.6x for decoding on H800 GPUs. The method is accompanied by an open-source inference kernel and a publicly released multimodal model.