Update config.json
Browse files- config.json +1 -2
config.json
CHANGED
|
@@ -113,7 +113,6 @@
|
|
| 113 |
"quantization_config": {
|
| 114 |
"amp": true,
|
| 115 |
"autoround_version": "0.4.4",
|
| 116 |
-
"backend": "auto_round:gptq",
|
| 117 |
"batch_size": 1,
|
| 118 |
"bits": 4,
|
| 119 |
"data_type": "int",
|
|
@@ -450,7 +449,7 @@
|
|
| 450 |
"lr": 0.005,
|
| 451 |
"minmax_lr": 0.005,
|
| 452 |
"nsamples": 128,
|
| 453 |
-
"quant_method": "
|
| 454 |
"scale_dtype": "torch.float16",
|
| 455 |
"seqlen": 512,
|
| 456 |
"sym": true,
|
|
|
|
| 113 |
"quantization_config": {
|
| 114 |
"amp": true,
|
| 115 |
"autoround_version": "0.4.4",
|
|
|
|
| 116 |
"batch_size": 1,
|
| 117 |
"bits": 4,
|
| 118 |
"data_type": "int",
|
|
|
|
| 449 |
"lr": 0.005,
|
| 450 |
"minmax_lr": 0.005,
|
| 451 |
"nsamples": 128,
|
| 452 |
+
"quant_method": "auto-round",
|
| 453 |
"scale_dtype": "torch.float16",
|
| 454 |
"seqlen": 512,
|
| 455 |
"sym": true,
|