wzk1015 douwh commited on
Commit
c5f9f43
1 Parent(s): cd529ff

Update config.json (#7)

Browse files

- Update config.json (d7fffa63887f8477adb4bce38791aa2ee38380ed)


Co-authored-by: dou wenhan <douwh@users.noreply.huggingface.co>

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
  },