pub enum LlamaConfigs {
Llama3,
Phi3,
Gemma2b,
}
๐Deprecated
Variantsยง
Trait Implementationsยง
Sourceยงimpl Hash for LlamaConfigs
impl Hash for LlamaConfigs
Sourceยงimpl PartialEq for LlamaConfigs
impl PartialEq for LlamaConfigs
impl Eq for LlamaConfigs
impl StructuralPartialEq for LlamaConfigs
Auto Trait Implementationsยง
impl Freeze for LlamaConfigs
impl RefUnwindSafe for LlamaConfigs
impl Send for LlamaConfigs
impl Sync for LlamaConfigs
impl Unpin for LlamaConfigs
impl UnwindSafe for LlamaConfigs
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
Sourceยงimpl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Sourceยงimpl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Sourceยงfn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.