douwh commited on
Commit
d7fffa6
1 Parent(s): a4c0f7d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -20,7 +20,7 @@
20
  ],
21
  "attn_implementation": "flash_attention_2",
22
  "auto_map": {
23
- "AutoConfig": "configuration_internlm2_.InternLM2Config",
24
  "AutoModel": "modeling_internlm2_ve.InternLM2VEForCausalLM",
25
  "AutoModelForCausalLM": "modeling_internlm2_ve.InternLM2VEForCausalLM"
26
  },
 
20
  ],
21
  "attn_implementation": "flash_attention_2",
22
  "auto_map": {
23
+ "AutoConfig": "configuration_internlm2.InternLM2Config",
24
  "AutoModel": "modeling_internlm2_ve.InternLM2VEForCausalLM",
25
  "AutoModelForCausalLM": "modeling_internlm2_ve.InternLM2VEForCausalLM"
26
  },