pub struct Eagle3Scratch {
pub kv: KvLayer,
}Expand description
Tiny scratch KV for the EAGLE3 draft layer (one full-attn layer). Reset each draft round. Uses the SAME q8_0-K / q5_1-V quantized layout as the trunk KV (head_dim%32==0 holds: 256).
Fields§
§kv: KvLayerImplementations§
Auto Trait Implementations§
impl Freeze for Eagle3Scratch
impl RefUnwindSafe for Eagle3Scratch
impl Send for Eagle3Scratch
impl Sync for Eagle3Scratch
impl Unpin for Eagle3Scratch
impl UnsafeUnpin for Eagle3Scratch
impl UnwindSafe for Eagle3Scratch
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