pub enum ExpertKind {
Nvfp4,
Mxfp4,
}Expand description
Routed-expert quantization recipe of a layer (lane-1 census: trunk = modelopt NVFP4, MTP = OCP MXFP4). Never inferred from ancestry — detected from the stored dtypes and sibling names, refused on any surprise.
Variants§
Trait Implementations§
Source§impl Clone for ExpertKind
impl Clone for ExpertKind
Source§fn clone(&self) -> ExpertKind
fn clone(&self) -> ExpertKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExpertKind
Source§impl Debug for ExpertKind
impl Debug for ExpertKind
impl Eq for ExpertKind
Source§impl PartialEq for ExpertKind
impl PartialEq for ExpertKind
impl StructuralPartialEq for ExpertKind
Auto Trait Implementations§
impl Freeze for ExpertKind
impl RefUnwindSafe for ExpertKind
impl Send for ExpertKind
impl Sync for ExpertKind
impl Unpin for ExpertKind
impl UnsafeUnpin for ExpertKind
impl UnwindSafe for ExpertKind
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