LiuRuiLin
Update README.md
9a550d7 verified
|
raw
history blame contribute delete
No virus
385 Bytes
---
license: unknown
---
### Quantize config:
```json
{
"bits": 4,
"group_size": 128,
"damp_percent": 0.005,
"desc_act": false,
"static_groups": false,
"sym": false,
"true_sequential": true,
"model_name_or_path": "",
"model_file_base_name": "model",
"quant_method": "gptq",
"checkpoint_format": "gptq",
"meta": {
"quantizer": "autogptq:0.8.0.dev1"
}
}
```