larger_clap_general / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
ca2c9db
raw
history blame contribute delete
No virus
3.07 kB
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"ConstantOfShape",
"Unsqueeze",
"Conv",
"Pow",
"Cast",
"Resize",
"ReduceMean",
"Sub",
"Mul",
"Constant",
"Slice",
"Not",
"Shape",
"Concat",
"Range",
"BatchNormalization",
"ScatterND",
"Where",
"Gather",
"Expand",
"Tanh",
"Identity",
"ReduceSum",
"Relu",
"Gemm",
"Sqrt",
"Equal",
"Erf",
"MatMul",
"Transpose",
"Exp",
"Add",
"Flatten",
"Abs",
"Softmax",
"CumSum",
"Div",
"Pad",
"Reshape",
"GlobalAveragePool"
],
"weight_type": "QUInt8"
},
"text_model": {
"op_types": [
"Equal",
"Add",
"Slice",
"Cast",
"Tanh",
"Gather",
"Relu",
"Shape",
"MatMul",
"Softmax",
"Pow",
"CumSum",
"Erf",
"Div",
"Constant",
"ConstantOfShape",
"Not",
"Sqrt",
"Gemm",
"Reshape",
"Unsqueeze",
"Sub",
"ReduceMean",
"Where",
"Concat",
"Transpose",
"Mul",
"Expand"
],
"weight_type": "QInt8"
},
"audio_model": {
"op_types": [
"Equal",
"GlobalAveragePool",
"Add",
"Conv",
"Slice",
"Resize",
"Cast",
"Gather",
"Range",
"Relu",
"ScatterND",
"Shape",
"MatMul",
"Softmax",
"Pow",
"Erf",
"Div",
"Constant",
"BatchNormalization",
"ConstantOfShape",
"Not",
"Sqrt",
"Gemm",
"Reshape",
"Pad",
"Unsqueeze",
"Flatten",
"ReduceMean",
"Sub",
"Where",
"Transpose",
"Concat",
"Mul",
"Expand"
],
"weight_type": "QUInt8"
}
}
}