llada-8b-instruct-4bit-gptq / quantize_config.json
mrdmnd's picture
Upload 8 files
5778f53 verified
Raw
History Blame Contribute Delete
409 Bytes
{
"bits": 4,
"dataset": "c4",
"group_size": 128,
"damp_percent": 0.1,
"desc_act": false,
"sym": true,
"true_sequential": true,
"use_exllama": false,
"model_file_base_name": "model",
"quant_method": "gptq",
"modules_in_block_to_quantize": "model.transformer.blocks",
"checkpoint_format": "gptq",
"meta": {
"quantizer": [
"optimum:1.26.1",
"gptqmodel:2.2.0"
]
}
}