casperhansen
commited on
Commit
·
a17ef6f
1
Parent(s):
5f24c15
Update config.json
Browse files- config.json +7 -0
config.json
CHANGED
@@ -15,6 +15,13 @@
|
|
15 |
"num_hidden_layers": 22,
|
16 |
"num_key_value_heads": 4,
|
17 |
"pretraining_tp": 1,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
"rms_norm_eps": 1e-05,
|
19 |
"rope_scaling": null,
|
20 |
"rope_theta": 10000.0,
|
|
|
15 |
"num_hidden_layers": 22,
|
16 |
"num_key_value_heads": 4,
|
17 |
"pretraining_tp": 1,
|
18 |
+
"quantization_config": {
|
19 |
+
"bits": 4,
|
20 |
+
"group_size": 128,
|
21 |
+
"quant_method": "awq",
|
22 |
+
"version": "gemm",
|
23 |
+
"zero_point": true
|
24 |
+
},
|
25 |
"rms_norm_eps": 1e-05,
|
26 |
"rope_scaling": null,
|
27 |
"rope_theta": 10000.0,
|