pub struct ExternalParts { /* private fields */ }Expand description
Loader-side carriers that bypass ReferenceWeights (the real artifact cannot
materialize them host-f32): device-bound expert banks and host n-gram tables,
keyed by trunk layer index.
Trait Implementations§
Source§impl Default for ExternalParts
impl Default for ExternalParts
Source§fn default() -> ExternalParts
fn default() -> ExternalParts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExternalParts
impl RefUnwindSafe for ExternalParts
impl Send for ExternalParts
impl Sync for ExternalParts
impl Unpin for ExternalParts
impl UnsafeUnpin for ExternalParts
impl UnwindSafe for ExternalParts
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