lattice-inference 0.4.0

Pure Rust transformer inference engine — safetensors loading, SIMD matmul, BGE/Qwen3 embeddings
Documentation
mod api;
mod bind_groups;
mod buffers;
mod dims;
mod dispatch;
mod params;
mod pipelines;
mod shaders;
mod state;
mod util;

#[cfg(test)]
mod tests;

pub use api::{GpuForwardError, GpuRuntimeConfig, Qwen3Config, Qwen3LayerWeights, Qwen3Weights};
pub use state::GpuModelState;

#[cfg(test)]
pub use util::build_rope_tables;