Skip to content

Commit 4f9b1f8

Browse files
committed
Update
1 parent 27cef67 commit 4f9b1f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/generate_tiny_models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ def init_weights_tiny_model(model):
239239
num_key_value_heads=2,
240240
intermediate_size=32,
241241
layers_block_type=["mamba", "attention"], # 2 layers: one Mamba + one Attention
242-
mamba_num_heads=4,
243-
mamba_head_dim=8,
242+
mamba_num_heads=8,
243+
mamba_head_dim=4,
244244
mamba_n_groups=1,
245245
ssm_state_size=16,
246246
mamba_d_conv=4,

0 commit comments

Comments
 (0)