lattice-inference 0.7.0

Pure Rust transformer inference engine — safetensors loading, SIMD matmul, BGE/Qwen3 embeddings
Documentation
1
2
3
4
5
//! Backward-pass module index for `attention_gqa`, `gradcheck`, `ops`, and `tape`.
pub mod attention_gqa;
pub mod gradcheck;
pub mod ops;
pub mod tape;