wasmicro 0.2.1

Tiny transformer inference for the web. One file. No build step.
Documentation
1
2
3
4
5
6
7
//! Pre-built transformer architectures.
//!
//! Each model is a plain struct of weight tensors with a `forward` method.
//! There is no `trait Model` — every model has its own input/output shape
//! and the caller knows which one they're using.

pub mod bert;