ZhangRC commited on
Commit
60d1501
·
verified ·
1 Parent(s): 5e24f2c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -5,7 +5,7 @@
5
  "RWKV7ForCausalLM"
6
  ],
7
  "attn": null,
8
- "attn_mode": "fused_recurrent",
9
  "auto_map": {
10
  "AutoConfig": "modeling_rwkv7.RWKV7Config",
11
  "AutoModel": "modeling_rwkv7.RWKV7Model",
 
5
  "RWKV7ForCausalLM"
6
  ],
7
  "attn": null,
8
+ "attn_mode": "chunk",
9
  "auto_map": {
10
  "AutoConfig": "modeling_rwkv7.RWKV7Config",
11
  "AutoModel": "modeling_rwkv7.RWKV7Model",