danielhanchen commited on
Commit
a344599
·
verified ·
1 Parent(s): 3991270

Sync config.json with the thinkingmachines release

Browse files
Files changed (1) hide show
  1. 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": true
 
 
 
 
 
 
 
 
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
  }