anime-anything-promptgen-onnx / quantize_config.json
Cohee's picture
Upload 8 files
99de0b4
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"decoder_model": {
"op_types": [
"Unsqueeze",
"Constant",
"Where",
"Range",
"Sub",
"Split",
"Squeeze",
"Gather",
"Sqrt",
"Softmax",
"Tanh",
"ConstantOfShape",
"Concat",
"Pow",
"MatMul",
"Add",
"Transpose",
"Div",
"Mul",
"Slice",
"Shape",
"Reshape",
"Gemm",
"Cast",
"ReduceMean"
],
"weight_type": "QInt8"
},
"decoder_model_merged": {
"op_types": [
"Unsqueeze",
"Constant",
"Where",
"If",
"Range",
"Sub",
"Squeeze",
"Split",
"Gather",
"Sqrt",
"Softmax",
"Tanh",
"ConstantOfShape",
"Concat",
"Pow",
"MatMul",
"Add",
"Transpose",
"Div",
"Mul",
"Slice",
"Shape",
"Reshape",
"Gemm",
"Cast",
"ReduceMean"
],
"weight_type": "QInt8"
},
"decoder_with_past_model": {
"op_types": [
"Unsqueeze",
"Constant",
"Where",
"Range",
"Sub",
"Split",
"Squeeze",
"Gather",
"Sqrt",
"Softmax",
"Tanh",
"ConstantOfShape",
"Concat",
"Pow",
"MatMul",
"Add",
"Transpose",
"Div",
"Mul",
"Slice",
"Shape",
"Reshape",
"Gemm",
"Cast",
"ReduceMean"
],
"weight_type": "QInt8"
}
}
}