DLight1551 commited on
Commit
c91c2dc
·
verified ·
1 Parent(s): 61cf2dc

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -3,7 +3,7 @@
3
  "architectures": [
4
  "InternLM2ForCausalLM"
5
  ],
6
- "attn_implementation": "flash_attention_2",
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",