any-ONNX-models / llm-jp /llm-jp-1.3b-v1.0 /quantize_config.json
ayousanz's picture
Upload folder using huggingface_hub
fc97816
raw
history blame
2.4 kB
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"decoder_model_merged": {
"op_types": [
"Mul",
"Add",
"Sqrt",
"Gemm",
"Sub",
"Gather",
"Slice",
"Reshape",
"MatMul",
"ReduceMean",
"Split",
"Squeeze",
"Pow",
"Transpose",
"Constant",
"Shape",
"Range",
"Erf",
"Softmax",
"If",
"Concat",
"ConstantOfShape",
"Where",
"Div",
"Unsqueeze",
"Cast"
],
"weight_type": "QInt8"
},
"decoder_model": {
"op_types": [
"Mul",
"Add",
"Sqrt",
"Gemm",
"Sub",
"Gather",
"Slice",
"Reshape",
"MatMul",
"ReduceMean",
"Split",
"Squeeze",
"Pow",
"Transpose",
"Constant",
"Shape",
"Range",
"Erf",
"Softmax",
"Concat",
"ConstantOfShape",
"Where",
"Div",
"Unsqueeze",
"Cast"
],
"weight_type": "QInt8"
},
"decoder_with_past_model": {
"op_types": [
"Mul",
"Add",
"Sqrt",
"Gemm",
"Sub",
"Gather",
"Slice",
"Reshape",
"MatMul",
"ReduceMean",
"Split",
"Squeeze",
"Pow",
"Transpose",
"Constant",
"Shape",
"Range",
"Erf",
"Softmax",
"Concat",
"ConstantOfShape",
"Where",
"Div",
"Unsqueeze",
"Cast"
],
"weight_type": "QInt8"
}
}
}