Skip to main content

Module mamba1

Module mamba1 

Source
Expand description

Mamba-1: the original selective state space model.

§Mamba-1

The original selective state space model. Mamba-1 runs a sequential selective scan (no SSD, no backend-extension trait). See mamba1 for the block; the residual layer stack, the full language model, and the bidirectional wrappers are the family-generic types in [crate::generic] (e.g. MambaLatentNet / MambaVocabNet / MambaBidiLayers).

  • mamba1 — the selective-SSM block.
  • [cache] — the conv-window + SSM-state carried between calls.

Modules§

cache
Mamba-1 Inference Caches
mamba1
Mamba-1 SSM Block — Selective State Space Model
prelude
Public re-exports for Mamba-1.