The title explains itself. Here are some relevant resources: - Official Mamba repository: [https://github.com/state-spaces/mamba/blob/main/mamba_ssm/modules/mamba_simple.py](https://github.com/state-spaces/mamba/blob/main/mamba_ssm/modules/mamba_simple.py) - Original paper: [https://arxiv.org/abs/2312.00752](https://arxiv.org/abs/2312.00752) - Additional resources: - [A Visual Guide to Mamba and State Space Models](https://newsletter.maartengrootendorst.com/p/a-visual-guide-to-mamba-and-state) - [Mamba Notes](https://github.com/hkproj/mamba-notes/tree/main) I would like to assist with this implementation in any way possible.