Mamba Architecture
State-space model with O(n) complexity vs Transformers' O(n²). 5× faster inference, million-token sequences, no KV cache. Selective SSM with hardware-aware design. Mamba-1 (d_state=16) and Mamba-2 (d_state=128, multi-head). Models 130M-2.8B on HuggingFace.
Originally published by orchestra. Licensed under MIT. View original: https://github.com/Orchestra-Research/AI-Research-SKILLs/tree/main/01-model-architecture/mamba
Anthropic and OpenAI are registered trademarks of their respective owners. skill.ski is not affiliated with or endorsed by Anthropic or OpenAI.
mcp://skill.ski/free#oski-orchestra-mambaCopy linkAdd the free skill.ski MCP server to your .mcp.json or equivalent config file:
{
"mcpServers": {
"skill-ski-free": {
"url": "https://mcp.skill.ski/free",
"type": "http"
}
}
}Once connected, this Oski is available as a callable tool at your runtime. No paywall. No sign-in required for free-tier Oskis.