transformers
5f364a8b - Indexer returns the additive index mask directly (drop unused top-k indices)

Commit
58 days ago
Indexer returns the additive index mask directly (drop unused top-k indices) The DSA indexer now builds and returns the [B, S, T] additive sparse mask itself, instead of returning raw top-k indices that were only ever scattered into that mask. GLM-MoE-DSA shares the index mask (not indices) across its skip-topk layers.
Author
Parents
Loading