test_sol_model / quantize_config.json
Pipper's picture
Upload 10 files
c4061d2
raw
history blame contribute delete
No virus
807 Bytes
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"decoder_model": {
"op_types": [
"Unsqueeze",
"Constant",
"Gather",
"Tanh",
"LayerNormalization",
"Shape",
"Reshape",
"Add",
"Where",
"Squeeze",
"Cast",
"Pow",
"ConstantOfShape",
"Split",
"Gemm",
"MatMul",
"Slice",
"Sub",
"Transpose",
"Concat",
"Range",
"Mul",
"Softmax"
],
"weight_type": "QInt8"
}
}
}