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