pub struct KvFp16;Expand description
FP16 KV cache (the existing default on CUDA + Metal).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KvFp16
impl RefUnwindSafe for KvFp16
impl Send for KvFp16
impl Sync for KvFp16
impl Unpin for KvFp16
impl UnsafeUnpin for KvFp16
impl UnwindSafe for KvFp16
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