1 2 3 4 5 6 7
//! Subcommand modules carved out of `main.rs` — one file per major command surface. pub mod config; pub mod install; pub mod libtorch; pub mod nccl; pub mod schema;