Skip to content

Commit ce6d624

Browse files
committed
Add mamba-minimal
- Add stateless forward impl. - Efficient for training (but training is not yet implemented). - Input requires the entire sequence, and requires no state cache. - Generates one output for each input sequence. - Add stateful forward impl. - Efficient for inference. - Input requires the last single sequence point, and requires the last state cache. - Generates a single output referring to the last input.
1 parent 8cc2c9e commit ce6d624

File tree

2 files changed

+1108
-0
lines changed

2 files changed

+1108
-0
lines changed

0 commit comments

Comments
 (0)