gemma-4-31B-it-int4-AutoRound-V2 / quantization_config.json
weiweiz1's picture
Upload folder using huggingface_hub
0ecaa8a verified
Raw
History Blame Contribute Delete
483 Bytes
{
"bits": 4,
"data_type": "int",
"group_size": 128,
"sym": true,
"lr": 0.001,
"minmax_lr": 0.001,
"nsamples": 512,
"autoround_version": "0.14.0",
"block_name_to_quantize": "model.language_model.layers",
"quant_method": "auto-round",
"packing_format": "auto_round:auto_gptq",
"extra_config": {
".*vision_tower.*": {
"bits": 16,
"data_type": "fp"
},
".*multi_modal_projector.*": {
"bits": 16,
"data_type": "float"
}
}
}