vasqu / mamba2-torchLinks
☆42Updated 6 months ago
Alternatives and similar repositories for mamba2-torch
Users that are interested in mamba2-torch are comparing it to the libraries listed below
Sorting:
- Minimal Mamba-2 implementation in PyTorch☆198Updated 11 months ago
- Causal depthwise conv1d in CUDA, with a PyTorch interface☆471Updated last week
- A Triton Kernel for incorporating Bi-Directionality in Mamba2☆68Updated 5 months ago
- Official implementation of "Hydra: Bidirectional State Space Models Through Generalized Matrix Mixers"☆135Updated 4 months ago
- PyTorch Implementation of Jamba: "Jamba: A Hybrid Transformer-Mamba Language Model"☆169Updated last month
- Official PyTorch Implementation of "The Hidden Attention of Mamba Models"☆222Updated last year
- Implementation of MoE Mamba from the paper: "MoE-Mamba: Efficient Selective State Space Models with Mixture of Experts" in Pytorch and Ze…☆104Updated last month
- PyTorch implementation of the Differential-Transformer architecture for sequence modeling, specifically tailored as a decoder-only model …☆66Updated 7 months ago
- Implementation of Griffin from the paper: "Griffin: Mixing Gated Linear Recurrences with Local Attention for Efficient Language Models"☆55Updated last month
- Awesome list of papers that extend Mamba to various applications.☆133Updated last month
- A simple but robust PyTorch implementation of RetNet from "Retentive Network: A Successor to Transformer for Large Language Models" (http…☆105Updated last year
- An efficient pytorch implementation of selective scan in one file, works with both cpu and gpu, with corresponding mathematical derivatio…☆89Updated last year
- The official implementation of Tensor ProducT ATTenTion Transformer (T6) (https://arxiv.org/abs/2501.06425)☆373Updated 2 weeks ago
- Collection of papers on state-space models☆593Updated last month
- [ICLR 2025 Spotlight] Vision-RWKV: Efficient and Scalable Visual Perception with RWKV-Like Architectures☆464Updated 3 months ago
- Simba☆207Updated last year
- Huggingface compatible implementation of RetNet (Retentive Networks, https://arxiv.org/pdf/2307.08621.pdf) including parallel, recurrent,…☆226Updated last year
- Offical implementation of "MetaLA: Unified Optimal Linear Approximation to Softmax Attention Map" (NeurIPS2024 Oral)☆24Updated 4 months ago
- A library for calculating the FLOPs in the forward() process based on torch.fx☆112Updated 2 months ago
- Implementation of Soft MoE, proposed by Brain's Vision team, in Pytorch☆294Updated 2 months ago
- KAN for Vision Transformer☆247Updated 7 months ago
- FlashFFTConv: Efficient Convolutions for Long Sequences with Tensor Cores☆317Updated 5 months ago
- ☆60Updated 4 months ago
- A repository for DenseSSMs☆87Updated last year
- [ICLR 2025] Official PyTorch Implementation of Gated Delta Networks: Improving Mamba2 with Delta Rule