moe-llm-core 1.3.5

Part of the MoE-13 Ternary Intelligence Stack
Documentation
1
2
3
4
5
6
pub mod config;
pub mod embedding;
pub mod attention;
pub mod transformer;
pub use transformer::Transformer;
pub use config::TransformerConfig;