infotheory 1.1.1

The algorithmic information theory library.
Documentation
1
2
3
4
5
6
7
8
//! Mamba-1 CPU runtime internals (model, kernels, tensors, weights).

mod kernel;
mod model;
mod tensor;
mod weights;

pub use model::{Config, FullAdamState, Model, ScratchBuffers, State, TrainScopeMask};