gpt-tinystories-vi-subset-js / quantize_config.json
clfegg's picture
Upload 14 files
e978fd6 verified
raw
history blame contribute delete
No virus
2.4 kB
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"decoder_with_past_model": {
"op_types": [
"Pow",
"Concat",
"Gather",
"Squeeze",
"Sub",
"Mul",
"Transpose",
"Where",
"Div",
"Unsqueeze",
"Constant",
"Range",
"Add",
"Gemm",
"Softmax",
"Reshape",
"Tanh",
"ConstantOfShape",
"MatMul",
"ReduceMean",
"Slice",
"Sqrt",
"Split",
"Cast",
"Shape"
],
"weight_type": "QInt8"
},
"decoder_model": {
"op_types": [
"Pow",
"Concat",
"Gather",
"Squeeze",
"Sub",
"Mul",
"Transpose",
"Where",
"Div",
"Unsqueeze",
"Constant",
"Range",
"Add",
"Gemm",
"Softmax",
"Reshape",
"Tanh",
"ConstantOfShape",
"MatMul",
"ReduceMean",
"Slice",
"Sqrt",
"Split",
"Cast",
"Shape"
],
"weight_type": "QInt8"
},
"decoder_model_merged": {
"op_types": [
"Pow",
"Concat",
"Gather",
"Squeeze",
"Sub",
"Mul",
"Transpose",
"Where",
"Div",
"Unsqueeze",
"Constant",
"Range",
"Add",
"Gemm",
"Softmax",
"Reshape",
"Tanh",
"ConstantOfShape",
"If",
"MatMul",
"ReduceMean",
"Slice",
"Sqrt",
"Split",
"Cast",
"Shape"
],
"weight_type": "QInt8"
}
}
}