Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Aug 21, 2024
1 parent f12c9a9 commit c0b93f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mistralrs-core/src/models/mamba2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ impl Mixer {
cfg.hidden_size,
cfg.use_bias,
&cfg.quantization_config,
vb.pp("in_proj"),
vb.pp("out_proj"),
)?;

// Time step proj, discretization
Expand Down

0 comments on commit c0b93f9

Please sign in to comment.