Sync config.json with the thinkingmachines release
Browse files- config.json +9 -1
config.json
CHANGED
|
@@ -121,6 +121,14 @@
|
|
| 121 |
},
|
| 122 |
"mtp_config": {
|
| 123 |
"num_nextn_predict_layers": 8,
|
| 124 |
-
"chain_hidden_post_norm":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 125 |
}
|
| 126 |
}
|
|
|
|
| 121 |
},
|
| 122 |
"mtp_config": {
|
| 123 |
"num_nextn_predict_layers": 8,
|
| 124 |
+
"chain_hidden_post_norm": false,
|
| 125 |
+
"local_layer_ids": [
|
| 126 |
+
0,
|
| 127 |
+
2,
|
| 128 |
+
4,
|
| 129 |
+
5,
|
| 130 |
+
6,
|
| 131 |
+
7
|
| 132 |
+
]
|
| 133 |
}
|
| 134 |
}
|