File size: 589 Bytes
00fe244 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
---
license: unknown
---
### Quantize config:
```json
{
"bits": 4,
"group_size": 128,
"damp_percent": 0.01,
"desc_act": false,
"static_groups": false,
"sym": true,
"true_sequential": false,
"model_name_or_path": null,
"model_file_base_name": "model",
"quant_method": "gptq",
"checkpoint_format": "gptq",
"meta": {
"quantizer": "intel/auto-round:0.2.0.dev",
"packer": "autogptq:0.8.0.dev1",
"iters": 1000,
"lr": 0.001,
"minmax_lr": 0.001,
"enable_minmax_tuning": false,
"enable_quanted_input": true,
"scale_dtype": "float16"
}
}
``` |