stable-diffusion-v1-5-openvino-8bit / openvino_config.json
AIFunOver's picture
Upload openvino_config.json with huggingface_hub
379225f verified
raw
history blame
580 Bytes
{
"compression": null,
"dtype": "int8",
"input_info": null,
"optimum_version": "1.23.3",
"quantization_config": {
"all_layers": null,
"bits": 8,
"dataset": null,
"gptq": null,
"group_size": -1,
"ignored_scope": null,
"num_samples": null,
"processor": null,
"quant_method": "default",
"ratio": 1.0,
"scale_estimation": null,
"sensitivity_metric": null,
"sym": false,
"tokenizer": null,
"trust_remote_code": true,
"weight_format": "int8"
},
"save_onnx_model": false,
"transformers_version": "4.45.2"
}