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