Qwen2.5-VL-3B-Instruct-GPTQ-Int4 / quantize_config.json
hfl-rc's picture
Upload folder using huggingface_hub
e72c3f9 verified
raw
history blame contribute delete
431 Bytes
{
"bits": 4,
"group_size": 128,
"desc_act": false,
"sym": true,
"lm_head": false,
"quant_method": "gptq",
"checkpoint_format": "gptq",
"pack_dtype": "int32",
"meta": {
"quantizer": [
"gptqmodel:2.0.0-dev"
],
"uri": "https://github.com/modelcloud/gptqmodel",
"damp_percent": 0.1,
"damp_auto_increment": 0.0025,
"static_groups": false,
"true_sequential": true,
"mse": 0.0
}
}