phi-1_5_dev / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
5ad5902
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"model": {
"op_types": [
"Tanh",
"Constant",
"ConstantOfShape",
"Neg",
"Div",
"Squeeze",
"Sub",
"Expand",
"Unsqueeze",
"Where",
"Transpose",
"Range",
"Equal",
"Add",
"MatMul",
"Concat",
"Slice",
"Reshape",
"Pow",
"ReduceMean",
"Softmax",
"Cast",
"Mul",
"Less",
"Shape",
"Sqrt",
"Gather"
],
"weight_type": "QInt8"
}
}
}