pub struct ResidentTensorParallel { /* private fields */ }Expand description
Persistent tensor-parallel expert bank.
Every rank owns a checkpoint-aligned output-row shard of every gate/up projection and an input-column shard of every down projection. Activations cross deterministic host-staged collectives on hosts where native peer copies are unavailable or corrupt.
Auto Trait Implementations§
impl Freeze for ResidentTensorParallel
impl RefUnwindSafe for ResidentTensorParallel
impl Send for ResidentTensorParallel
impl Sync for ResidentTensorParallel
impl Unpin for ResidentTensorParallel
impl UnsafeUnpin for ResidentTensorParallel
impl UnwindSafe for ResidentTensorParallel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more