You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mova_matrix.rs file in the feat/matrix_folding branch implements the basic folding protocol for MOVA-style matrix folding. But if we know that the first instance ($$I_1$$) is going to be sparse and using ternarized weights (-1, 0,1), we can apply further optimizations techniques. We should:
Either tag the current implementation as "matrix-folding-simple" or start a new optimized implemenation in a new branch.
The$$I_1$$ ) is going to be sparse and using ternarized weights (-1, 0,1), we can apply further optimizations techniques. We should:
mova_matrix.rs
file in the feat/matrix_folding branch implements the basic folding protocol for MOVA-style matrix folding. But if we know that the first instance (The text was updated successfully, but these errors were encountered: