Update config.json
Browse files- config.json +1 -2
config.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
| 19 |
"quantization_config": {
|
| 20 |
"amp": true,
|
| 21 |
"autoround_version": "0.4.0.dev",
|
| 22 |
-
"backend": "auto_round:gptq:exllamav2",
|
| 23 |
"batch_size": 8,
|
| 24 |
"bits": 4,
|
| 25 |
"data_type": "int",
|
|
@@ -35,7 +34,7 @@
|
|
| 35 |
"minmax_lr": 0.001,
|
| 36 |
"nsamples": 512,
|
| 37 |
"quant_block_list": null,
|
| 38 |
-
"quant_method": "
|
| 39 |
"scale_dtype": "torch.float16",
|
| 40 |
"seqlen": 2048,
|
| 41 |
"sym": true
|
|
|
|
| 19 |
"quantization_config": {
|
| 20 |
"amp": true,
|
| 21 |
"autoround_version": "0.4.0.dev",
|
|
|
|
| 22 |
"batch_size": 8,
|
| 23 |
"bits": 4,
|
| 24 |
"data_type": "int",
|
|
|
|
| 34 |
"minmax_lr": 0.001,
|
| 35 |
"nsamples": 512,
|
| 36 |
"quant_block_list": null,
|
| 37 |
+
"quant_method": "auto-round",
|
| 38 |
"scale_dtype": "torch.float16",
|
| 39 |
"seqlen": 2048,
|
| 40 |
"sym": true
|