Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -9,6 +9,7 @@
|
|
9 |
],
|
10 |
"attention_dropout": 0.0,
|
11 |
"attention_softmax_in_fp32": true,
|
|
|
12 |
"auto_map": {
|
13 |
"AutoConfig": "configuration_chatglm.ChatGLMConfig",
|
14 |
"AutoModel": "modeling_chatglm.ChatGLMForConditionalGeneration",
|
|
|
9 |
],
|
10 |
"attention_dropout": 0.0,
|
11 |
"attention_softmax_in_fp32": true,
|
12 |
+
"attn_implementation": "sdpa",
|
13 |
"auto_map": {
|
14 |
"AutoConfig": "configuration_chatglm.ChatGLMConfig",
|
15 |
"AutoModel": "modeling_chatglm.ChatGLMForConditionalGeneration",
|