Qwen2.5-32B-Instruct-int4-sym-ov / openvino_config.json
noobhappylife's picture
Upload folder using huggingface_hub
22bd364 verified
raw
history blame contribute delete
544 Bytes
{
"compression": null,
"dtype": "int4",
"input_info": null,
"optimum_version": "1.22.0",
"quantization_config": {
"all_layers": null,
"bits": 4,
"dataset": "wikitext2",
"group_size": 128,
"ignored_scope": null,
"num_samples": null,
"quant_method": "awq",
"ratio": 1.0,
"scale_estimation": true,
"sensitivity_metric": null,
"sym": false,
"tokenizer": null,
"trust_remote_code": false,
"weight_format": "int4"
},
"save_onnx_model": false,
"transformers_version": "4.44.2"
}