Comment on SubQ 1.1 SmallComments−wxw2moSSA replaces the O(n²) dense attention pass with a learned sparse formulation that scales linearly with context length.At 1M tokens, SubQ 1.1 Small requires 64.5x less compute than dense attention and runs 56x faster than FlashAttention-2.Awesome stuff. Solving context at the model architecture layer rather than trying to bolt on extra memory is the right direction IMO.
Comments
Awesome stuff. Solving context at the model architecture layer rather than trying to bolt on extra memory is the right direction IMO.