Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
],
|
21 |
"attn_implementation": "flash_attention_2",
|
22 |
"auto_map": {
|
23 |
-
"AutoConfig": "
|
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 |
},
|