pub struct OverlayRawSlot {
pub raw: OverlayRaw,
pub trainable: Vec<u32>,
}Expand description
Stage-1 raw upload + the (host) clamped trainable ids the delta rows align to.
Fields§
§raw: OverlayRaw§trainable: Vec<u32>PEFT trainable_token_indices VERBATIM (clamped to served vocab in
Stage 2 so the loader stays independent of the served geometry).
Auto Trait Implementations§
impl Freeze for OverlayRawSlot
impl RefUnwindSafe for OverlayRawSlot
impl Send for OverlayRawSlot
impl Sync for OverlayRawSlot
impl Unpin for OverlayRawSlot
impl UnwindSafe for OverlayRawSlot
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