DLight1551
commited on
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"architectures": [
|
4 |
"InternLM2ForCausalLM"
|
5 |
],
|
6 |
-
"attn_implementation": "
|
7 |
"auto_map": {
|
8 |
"AutoConfig": "configuration_internlm2.InternLM2Config",
|
9 |
"AutoModel": "modeling_internlm2.InternLM2ForCausalLM",
|
|
|
3 |
"architectures": [
|
4 |
"InternLM2ForCausalLM"
|
5 |
],
|
6 |
+
"attn_implementation": "eager",
|
7 |
"auto_map": {
|
8 |
"AutoConfig": "configuration_internlm2.InternLM2Config",
|
9 |
"AutoModel": "modeling_internlm2.InternLM2ForCausalLM",
|