Skip to content

Commit

Permalink
hidden dim
Browse files Browse the repository at this point in the history
  • Loading branch information
hugolatendresse committed Dec 16, 2024
1 parent 74b4d52 commit 7898107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inference/models/mixtral.cc
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ void MIXTRAL::create_mixtral_model(FFModel &ff,
.c_str());
} else {
ff.residual_rms_norm(
token, // (1024, batch, sequence)
mlp_out, // (1024, batch, sequence)
token, // (hidden_dim, batch, sequence)
mlp_out, // (hidden_dim, batch, sequence)
token_att_norm,
mixtral_config.rms_norm_eps,
mixtral_config.hidden_size,
Expand Down

0 comments on commit 7898107

Please sign in to comment.