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