gpt2-magic-card-web / quantize_config.json
gstaff's picture
Upload improved model weights.
b68774a
raw
history blame contribute delete
No virus
2.4 kB
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"decoder_model": {
"op_types": [
"Slice",
"Gemm",
"Split",
"Pow",
"Concat",
"Transpose",
"Gather",
"Tanh",
"Softmax",
"Mul",
"Div",
"ReduceMean",
"Range",
"Sub",
"ConstantOfShape",
"Reshape",
"MatMul",
"Where",
"Cast",
"Sqrt",
"Shape",
"Squeeze",
"Add",
"Unsqueeze",
"Constant"
],
"weight_type": "QInt8"
},
"decoder_model_merged": {
"op_types": [
"Slice",
"Gemm",
"Split",
"Pow",
"Concat",
"Transpose",
"Gather",
"Tanh",
"Softmax",
"If",
"Mul",
"Div",
"ReduceMean",
"Range",
"Sub",
"ConstantOfShape",
"Reshape",
"MatMul",
"Where",
"Cast",
"Sqrt",
"Shape",
"Squeeze",
"Add",
"Unsqueeze",
"Constant"
],
"weight_type": "QInt8"
},
"decoder_with_past_model": {
"op_types": [
"Slice",
"Gemm",
"Split",
"Pow",
"Concat",
"Transpose",
"Gather",
"Tanh",
"Softmax",
"Mul",
"Div",
"ReduceMean",
"Range",
"Sub",
"ConstantOfShape",
"Reshape",
"MatMul",
"Where",
"Cast",
"Sqrt",
"Shape",
"Squeeze",
"Add",
"Unsqueeze",
"Constant"
],
"weight_type": "QInt8"
}
}
}