Commit ·
b3460e4
1
Parent(s): b27650a
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": "gemv",
|
| 23 |
+
"zero_point": true
|
| 24 |
+
},
|
| 25 |
"rms_norm_eps": 1e-05,
|
| 26 |
"rope_scaling": null,
|
| 27 |
"rope_theta": 10000.0,
|