dit-base / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
9ba49a3
raw
history blame contribute delete
No virus
786 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Pow",
"ReduceMean",
"Expand",
"Softmax",
"Constant",
"Unsqueeze",
"Div",
"Gather",
"Conv",
"Sqrt",
"Erf",
"Concat",
"ConstantOfShape",
"Add",
"Sub",
"Where",
"Slice",
"MatMul",
"Mul",
"Equal",
"Reshape",
"Shape",
"Transpose"
],
"weight_type": "QUInt8"
}
}
}