File size: 483 Bytes
0ecaa8a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"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"
}
}
} |