convnext-base-224-22k-1k / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
8b79caa
raw
history blame contribute delete
538 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"MatMul",
"Mul",
"Sqrt",
"Sub",
"Cast",
"Conv",
"Transpose",
"Erf",
"Add",
"Pow",
"Constant",
"Div",
"Gemm",
"ReduceMean"
],
"weight_type": "QUInt8"
}
}
}