pub enum GgufQuantType {
Q4_0,
Q4_1,
Q4K,
Q5K,
Q6K,
Q8_0,
}Expand description
GGUF quantization sub-type (expand as kernels are added).
Variants§
Trait Implementations§
Source§impl Clone for GgufQuantType
impl Clone for GgufQuantType
Source§fn clone(&self) -> GgufQuantType
fn clone(&self) -> GgufQuantType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GgufQuantType
impl Debug for GgufQuantType
impl Copy for GgufQuantType
Auto Trait Implementations§
impl Freeze for GgufQuantType
impl RefUnwindSafe for GgufQuantType
impl Send for GgufQuantType
impl Sync for GgufQuantType
impl Unpin for GgufQuantType
impl UnsafeUnpin for GgufQuantType
impl UnwindSafe for GgufQuantType
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