thepowerfuldeez commited on
Commit
c019205
·
verified ·
1 Parent(s): af31ace

Add auto_map to config.json for custom model loading

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -3,6 +3,10 @@
3
  "architectures": [
4
  "Imu1ForCausalLM"
5
  ],
 
 
 
 
6
  "attn_gating": "per-head",
7
  "attn_qknorm": true,
8
  "attn_val_residual": true,
 
3
  "architectures": [
4
  "Imu1ForCausalLM"
5
  ],
6
+ "auto_map": {
7
+ "AutoConfig": "configuration_imu_1.Imu1Config",
8
+ "AutoModelForCausalLM": "modeling_imu_1.Imu1ForCausalLM"
9
+ },
10
  "attn_gating": "per-head",
11
  "attn_qknorm": true,
12
  "attn_val_residual": true,