moe-llm-core 1.3.6

Part of the MoE-13 Ternary Intelligence Stack
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod config;
pub mod embedding;
pub mod attention;
pub mod mlp;
pub mod ste;
pub mod ternary_linear;
pub mod transformer;
pub mod moe;
pub mod packing;
pub mod loader;
pub use transformer::Transformer;
pub use config::TransformerConfig;