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