Skip to content

Commit 9a2cf25

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 1be195a commit 9a2cf25

File tree

2 files changed

+1108
-0
lines changed

2 files changed

+1108
-0
lines changed

0 commit comments

Comments
 (0)