Update config.json
Browse files- config.json +1 -2
config.json
CHANGED
@@ -22,7 +22,6 @@
|
|
22 |
"quantization_config": {
|
23 |
"amp": true,
|
24 |
"autoround_version": "0.4.2",
|
25 |
-
"backend": "auto_round:gptq:exllamav2",
|
26 |
"batch_size": 8,
|
27 |
"bits": 4,
|
28 |
"data_type": "int",
|
@@ -37,7 +36,7 @@
|
|
37 |
"lr": 0.001,
|
38 |
"minmax_lr": 0.001,
|
39 |
"nsamples": 512,
|
40 |
-
"quant_method": "
|
41 |
"scale_dtype": "torch.float16",
|
42 |
"seqlen": 2048,
|
43 |
"sym": true,
|
|
|
22 |
"quantization_config": {
|
23 |
"amp": true,
|
24 |
"autoround_version": "0.4.2",
|
|
|
25 |
"batch_size": 8,
|
26 |
"bits": 4,
|
27 |
"data_type": "int",
|
|
|
36 |
"lr": 0.001,
|
37 |
"minmax_lr": 0.001,
|
38 |
"nsamples": 512,
|
39 |
+
"quant_method": "auto-round",
|
40 |
"scale_dtype": "torch.float16",
|
41 |
"seqlen": 2048,
|
42 |
"sym": true,
|