1 2 3 4 5 6 7 8 9 10 11 12
mod attention; mod batch; mod config; mod layer; mod model; mod projection; mod weights; #[cfg(test)] mod tests; pub use model::DenseSwiGluModel;