misdelivery
commited on
Commit
•
5becc92
1
Parent(s):
399c741
model_typeをmambaに変更
Browse files- config.json +1 -1
config.json
CHANGED
@@ -68,5 +68,5 @@
|
|
68 |
"residual_in_fp32": true,
|
69 |
"fused_add_norm": true,
|
70 |
"pad_vocab_size_multiple": 8,
|
71 |
-
"model_type": ""
|
72 |
}
|
|
|
68 |
"residual_in_fp32": true,
|
69 |
"fused_add_norm": true,
|
70 |
"pad_vocab_size_multiple": 8,
|
71 |
+
"model_type": "mamba"
|
72 |
}
|