Struct candle_transformers::models::metavoice::transformer::Config    
source · pub struct Config {
    pub block_size: usize,
    pub vocab_size: usize,
    pub n_layer: usize,
    pub n_head: usize,
    pub dim: usize,
    pub speaker_emb_dim: usize,
    pub intermediate_size: Option<usize>,
    pub n_local_heads: Option<usize>,
    pub norm_eps: f64,
}Fields§
§block_size: usize§vocab_size: usize§n_layer: usize§n_head: usize§dim: usize§speaker_emb_dim: usize§intermediate_size: Option<usize>§n_local_heads: Option<usize>§norm_eps: f64Implementations§
source§impl Config
 
impl Config
pub fn cfg1b_v0_1() -> Self
Trait Implementations§
source§impl<'de> Deserialize<'de> for Config
 
impl<'de> Deserialize<'de> for Config
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
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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