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