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