Skip to content

Commit

Permalink
fix moe mistral num_hidden_layers error
Browse files Browse the repository at this point in the history
  • Loading branch information
sallyjunjun committed Jul 30, 2024
1 parent e58b9bb commit 8061975
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def __init__(
vocab_size=32000,
hidden_size=4096,
intermediate_size=14336,
num_hidden_layers=4,
num_hidden_layers=32,
num_attention_heads=32,
num_key_value_heads=8,
hidden_act="silu",
Expand Down

0 comments on commit 8061975

Please sign in to comment.