update config.json - quantization_config - set bits to 6
Browse files- config.json +1 -1
config.json
CHANGED
@@ -30,7 +30,7 @@
|
|
30 |
"quantization_config": {
|
31 |
"quant_method": "exl2",
|
32 |
"version": "0.0.17",
|
33 |
-
"bits": 6
|
34 |
"head_bits": 6,
|
35 |
"calibration": {
|
36 |
"rows": 100,
|
|
|
30 |
"quantization_config": {
|
31 |
"quant_method": "exl2",
|
32 |
"version": "0.0.17",
|
33 |
+
"bits": 6,
|
34 |
"head_bits": 6,
|
35 |
"calibration": {
|
36 |
"rows": 100,
|