Erland commited on
Commit
987bd55
·
verified ·
1 Parent(s): cb4080a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -4,7 +4,7 @@
4
  "TransformerForCausalLM"
5
  ],
6
  "attention_bias": false,
7
- "attn_impl": "naive_softpick_attn",
8
  "bos_token_id": 1,
9
  "elementwise_affine": true,
10
  "eos_token_id": 2,
 
4
  "TransformerForCausalLM"
5
  ],
6
  "attention_bias": false,
7
+ "attn_impl": "parallel_softpick_attn",
8
  "bos_token_id": 1,
9
  "elementwise_affine": true,
10
  "eos_token_id": 2,