Update config.json
Browse files- config.json +1 -2
config.json
CHANGED
|
@@ -38,7 +38,6 @@
|
|
| 38 |
"quantization_config": {
|
| 39 |
"amp": true,
|
| 40 |
"autoround_version": "0.4.0.dev",
|
| 41 |
-
"backend": "auto_round:gptq:exllamav2",
|
| 42 |
"batch_size": 1,
|
| 43 |
"bits": 4,
|
| 44 |
"data_type": "int",
|
|
@@ -53,7 +52,7 @@
|
|
| 53 |
"lr": 0.005,
|
| 54 |
"minmax_lr": 0.005,
|
| 55 |
"nsamples": 128,
|
| 56 |
-
"quant_method": "
|
| 57 |
"scale_dtype": "torch.float16",
|
| 58 |
"seqlen": 512,
|
| 59 |
"sym": true,
|
|
|
|
| 38 |
"quantization_config": {
|
| 39 |
"amp": true,
|
| 40 |
"autoround_version": "0.4.0.dev",
|
|
|
|
| 41 |
"batch_size": 1,
|
| 42 |
"bits": 4,
|
| 43 |
"data_type": "int",
|
|
|
|
| 52 |
"lr": 0.005,
|
| 53 |
"minmax_lr": 0.005,
|
| 54 |
"nsamples": 128,
|
| 55 |
+
"quant_method": "auto-round",
|
| 56 |
"scale_dtype": "torch.float16",
|
| 57 |
"seqlen": 512,
|
| 58 |
"sym": true,
|