Skip to content

Commit

Permalink
fix moe mistral num_hidden_layers error (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallyjunjun authored Jul 30, 2024
1 parent 36835ce commit 8e2d9b2
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 8e2d9b2

Please sign in to comment.