fix vllm compat
Browse files- config.json +1 -1
config.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"apply_query_key_layer_scaling": true,
|
6 |
"apply_residual_connection_post_layernorm": false,
|
7 |
"architectures": [
|
8 |
-
"
|
9 |
],
|
10 |
"attention_dropout": 0.0,
|
11 |
"attention_softmax_in_fp32": true,
|
|
|
5 |
"apply_query_key_layer_scaling": true,
|
6 |
"apply_residual_connection_post_layernorm": false,
|
7 |
"architectures": [
|
8 |
+
"ChatGLMModel"
|
9 |
],
|
10 |
"attention_dropout": 0.0,
|
11 |
"attention_softmax_in_fp32": true,
|