state-spaces/mamba
Mamba SSM architecture observed · 2026-08-28
Health v2 · maintenance only
85/100
- Activity 93
- Release rhythm 83
- Longevity 71
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 7
- age_days: 1007
- days_rel: 116
- days_push: 42
- n_releases_24m: 12
Adoption not part of the score
18783 stars · 1806 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Mamba is a PyTorch library implementing the selective state space model (SSM) architecture for linear-time sequence modeling, with hardware-aware CUDA kernels. It serves as an efficient alternative to Transformers for language modeling and other information-dense sequence tasks.
Use cases
- train a state space model for language modeling
- replace transformers with linear-time sequence models
- run efficient long-context sequence inference
- implement Mamba SSM layers in a PyTorch model
- experiment with subquadratic sequence modeling architectures
When to choose
- you need linear-time scaling for very long sequences
- you want a Transformer alternative with competitive language modeling performance
- you have a CUDA GPU and want hardware-aware efficient SSM kernels
When to avoid
- you need the broad ecosystem and tooling support of standard Transformers
- you have no GPU and cannot compile CUDA extensions
- you need off-the-shelf pretrained models for a quick application build
Facets
library · maturity active
machine-learning deep-learning llm-training llm-inference deep-learning large-language-models machine-learning python cross-platform state-space-models sequence-modeling transformer-alternative cuda-kernels pytorch natural-language-processing gpu linux
1 source
- readme: https://github.com/state-spaces/mamba · fetched 2026-08-28 · 3b95ed5011ef
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| state-spaces/mamba | main | 85 |
For agents
markdown · JSON · MCP: product_card(name="state-spaces/mamba")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem