Update config.json (#7)
Browse files- Update config.json (d7fffa63887f8477adb4bce38791aa2ee38380ed)
Co-authored-by: dou wenhan <[email protected]>
- 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 |
},
|