An efficient pytorch implementation of selective scan in one file, works with both cpu and gpu, with corresponding mathematical derivation. It is probably the code which is the most close to selective_scan_cuda in mamba.
☆104Oct 14, 2025Updated 6 months ago
Alternatives and similar repositories for mamba-mini
Users that are interested in mamba-mini are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A simple and efficient Mamba implementation in pure PyTorch and MLX.☆1,450Jan 26, 2026Updated 2 months ago
- VMamba: Visual State Space Models,code is based on mamba☆3,120Mar 7, 2025Updated last year
- Code for paper LocalMamba: Visual State Space Model with Windowed Selective Scan☆278May 6, 2024Updated last year
- Modified Mamba code to run on CPU☆30Jan 14, 2024Updated 2 years ago
- ☆15Oct 14, 2025Updated 6 months ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- Official PyTorch Implementation of "The Hidden Attention of Mamba Models"☆232Oct 16, 2025Updated 5 months ago
- [CVPR 2024] Learning SO(3)-Invariant Semantic Correspondence via Local Shape Transform☆14Updated this week
- Export VMamba to onnx. VMamba: Visual State Space Models,code is based on VMamba: https://github.com/MzeroMiko/VMamba☆22May 13, 2025Updated 11 months ago
- Implementation of MoE Mamba from the paper: "MoE-Mamba: Efficient Selective State Space Models with Mixture of Experts" in Pytorch and Ze…