convnextv2-tiny-1k-224 / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
0b2f5c8
raw
history blame
No virus
590 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Constant",
"ReduceMean",
"Sqrt",
"Erf",
"Pow",
"Transpose",
"MatMul",
"Gemm",
"Abs",
"Add",
"Conv",
"Div",
"ReduceSum",
"Sub",
"Cast",
"Mul"
],
"weight_type": "QUInt8"
}
}
}