When I try to modify your released simple mamba2 code in my experiment I got this assertion error. I wonder why should make this assumption and the official code does not have this constraint.
File "/home/zyw/workspace/mamba-minimal", line 232, in ssd
assert x.shape[1] % chunk_size == 0
AssertionError
When I try to modify your released simple mamba2 code in my experiment I got this assertion error. I wonder why should make this assumption and the official code does not have this constraint.