Enum chat_flame_backend::llm::models::Models
source · pub enum Models {
Show 23 variants
L7b,
L13b,
L70b,
L7bChat,
L13bChat,
L70bChat,
L7bCode,
L13bCode,
L34bCode,
Leo7b,
Leo13b,
Mistral7b,
Mistral7bInstruct,
Zephyr7bAlpha,
Zephyr7bBeta,
OpenChat35,
Starling7bAlpha,
Mixtral,
MixtralInstruct,
PhiHermes,
PhiV1,
PhiV1_5,
PhiV2,
}
Variants§
L7b
L13b
L70b
L7bChat
L13bChat
L70bChat
L7bCode
L13bCode
L34bCode
Leo7b
Leo13b
Mistral7b
Mistral7bInstruct
Zephyr7bAlpha
Zephyr7bBeta
OpenChat35
Starling7bAlpha
Mixtral
MixtralInstruct
PhiHermes
PhiV1
PhiV1_5
PhiV2
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Models
impl<'de> Deserialize<'de> for Models
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 PartialEq for Models
impl PartialEq for Models
source§impl<'__s> ToSchema<'__s> for Models
impl<'__s> ToSchema<'__s> for Models
impl Copy for Models
impl Eq for Models
impl StructuralEq for Models
impl StructuralPartialEq for Models
Auto Trait Implementations§
impl RefUnwindSafe for Models
impl Send for Models
impl Sync for Models
impl Unpin for Models
impl UnwindSafe for Models
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.