fix qwen3.5-9b config bug

This commit is contained in:
jhqxxx
2026-03-06 12:31:00 +08:00
parent f482bf1a54
commit 9a09b998a6
+1 -1
View File
@@ -38,7 +38,7 @@ pub struct Qwen3_5TextConfig {
pub num_hidden_layers: usize, pub num_hidden_layers: usize,
pub num_key_value_heads: usize, pub num_key_value_heads: usize,
pub rms_norm_eps: f64, pub rms_norm_eps: f64,
pub tie_word_embeddings: bool, pub tie_word_embeddings: Option<bool>,
pub use_cache: bool, pub use_cache: bool,
pub vocab_size: usize, pub vocab_size: usize,
pub mamba_ssm_dtype: String, pub mamba_ssm_dtype: String,