pub enum ModelTrue {
DeepseekR1DistillLlama70b,
Llama3Period370bVersatile,
Llama3Period1405bReasoning,
Llama3Period18bInstant,
Llama38b8192,
Llama370b8192,
Gemma29bIt,
MetaLlamaSlashLlama4Maverick17b128eInstruct,
MetaLlamaSlashLlama4Scout17b16eInstruct,
MistralSaba24b,
CompoundBeta,
CompoundBetaMini,
}
Expand description
This is the name of the model. Ex. cognitivecomputations/dolphin-mixtral-8x7b
Variants§
DeepseekR1DistillLlama70b
Llama3Period370bVersatile
Llama3Period1405bReasoning
Llama3Period18bInstant
Llama38b8192
Llama370b8192
Gemma29bIt
MetaLlamaSlashLlama4Maverick17b128eInstruct
MetaLlamaSlashLlama4Scout17b16eInstruct
MistralSaba24b
CompoundBeta
CompoundBetaMini
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ModelTrue
impl<'de> Deserialize<'de> for ModelTrue
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for ModelTrue
impl Ord for ModelTrue
Source§impl PartialOrd for ModelTrue
impl PartialOrd for ModelTrue
impl Copy for ModelTrue
impl Eq for ModelTrue
impl StructuralPartialEq for ModelTrue
Auto Trait Implementations§
impl Freeze for ModelTrue
impl RefUnwindSafe for ModelTrue
impl Send for ModelTrue
impl Sync for ModelTrue
impl Unpin for ModelTrue
impl UnwindSafe for ModelTrue
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