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