Expand description
Mamba-1 based rate/compression backend.
Re-exports§
pub use crate::coders;pub use crate::coders::CoderType;pub use mamba1::Config;pub use mamba1::Model;pub use mamba1::ScratchBuffers;pub use mamba1::State;
Modules§
- mamba1
- Mamba-1 model internals. Mamba-1 CPU runtime internals (model, kernels, tensors, weights).
Structs§
- Compressor
- Stateful compressor built around a Mamba model.
- Header
- Framing header for mambazip streams.
- Online
Config - Online/runtime model construction config.
- Runtime
Snapshot - Snapshot of mutable runtime state.
Enums§
- Method
Spec - Parsed method specification.
- Online
Train Mode - Online adaptation mode for Mamba output-bias updates.
Constants§
- MAGIC
- File format magic for mambazip payloads.
- VERSION
- File format version.
- VOCAB_
SIZE - Byte vocabulary size.
Functions§
- crc32
- Compute CRC32 of data.
- parse_
method_ spec - Parse a method string.