casperhansen
commited on
Commit
·
7f363fc
1
Parent(s):
1403ab7
Update config.json
Browse files- config.json +7 -0
config.json
CHANGED
@@ -14,6 +14,13 @@
|
|
14 |
"num_attention_heads": 32,
|
15 |
"num_hidden_layers": 32,
|
16 |
"num_key_value_heads": 8,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
"rms_norm_eps": 1e-05,
|
18 |
"rope_theta": 10000.0,
|
19 |
"sliding_window": 4096,
|
|
|
14 |
"num_attention_heads": 32,
|
15 |
"num_hidden_layers": 32,
|
16 |
"num_key_value_heads": 8,
|
17 |
+
"quantization_config": {
|
18 |
+
"bits": 4,
|
19 |
+
"group_size": 128,
|
20 |
+
"quant_method": "awq",
|
21 |
+
"version": "gemm",
|
22 |
+
"zero_point": true
|
23 |
+
},
|
24 |
"rms_norm_eps": 1e-05,
|
25 |
"rope_theta": 10000.0,
|
26 |
"sliding_window": 4096,
|