Key Info

MiniMax highlights VC-Attention, a training-free low-bit attention method from Nunchux AI and collaborators, which accelerates MiniMax-H3 attention by 1.6× on B200 and 1.5× on B300 over FlashAttention-4 while offering better fidelity than SageAttention2.

Highlights

  • A visual guide breaks down three strategies for faster video attention: computing the same interactions more efficiently, computing fewer in full, or changing how information is mixed.
  • VC-Attention works without retraining and remains compatible with existing sparse attention methods.
  • Two core innovations: V-Smooth reduces value quantization error, while ExpCast-FP8 speeds up the softmax computation via approximation.
  • Nunchux Attention, a proprietary extension, pushes the speedup to 1.9× on B200 and 1.8× on B300.