Skip to content

Commit

Permalink
Fix mistral nemo support
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Oct 2, 2024
1 parent 057b612 commit ced6fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mistralrs-core/src/models/mistral.rs
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ impl Model {
num_kv_heads: cfg.num_key_value_heads,
num_attn_heads: cfg.num_attention_heads,
sliding_window: cfg.sliding_window,
head_dim: None,
head_dim: Some(cfg.head_dim()),
},
})
}
Expand Down

0 comments on commit ced6fc0

Please sign in to comment.