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