Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"InternLM2ForCausalLM"
|
| 4 |
],
|
| 5 |
"auto_map": {
|
| 6 |
-
"AutoConfig": "
|
| 7 |
"AutoModelForCausalLM": "modeling_internlm2.InternLM2ForCausalLM",
|
| 8 |
"AutoModel": "modeling_internlm2.InternLM2ForCausalLM"
|
| 9 |
},
|
|
|
|
| 3 |
"InternLM2ForCausalLM"
|
| 4 |
],
|
| 5 |
"auto_map": {
|
| 6 |
+
"AutoConfig": "configuration_internlm2.InternLM2Config",
|
| 7 |
"AutoModelForCausalLM": "modeling_internlm2.InternLM2ForCausalLM",
|
| 8 |
"AutoModel": "modeling_internlm2.InternLM2ForCausalLM"
|
| 9 |
},
|