// SPDX-License-Identifier: Apache-2.0 OR MIT
//! `rumus-distributed` — 3D parallelism for RUMUS.
//!
//! Tensor Parallelism (ColumnParallel + RowParallel), Pipeline Parallelism
//! (1F1B micro-batch schedule), and async collective operations.
pub use ;
pub use ;
pub use ;