Llama-2-7b-chat-hf-onnx-awq-w8 / onnx /quantize_config.json
steerapi's picture
Upload folder using huggingface_hub
9c7601b
raw
history blame contribute delete
992 Bytes
{
"per_channel": false,
"reduce_range": true,
"use_external_data_format": true,
"per_model_config": {
"decoder_model_merged": {
"op_types": [
"Identity",
"Neg",
"Pow",
"Sub",
"Mul",
"Sqrt",
"Slice",
"Expand",
"ConstantOfShape",
"Cast",
"Gather",
"Softmax",
"Squeeze",
"MatMul",
"Transpose",
"Equal",
"Sigmoid",
"If",
"Div",
"Concat",
"Constant",
"Where",
"Less",
"ReduceMean",
"Add",
"Unsqueeze",
"Range",
"Reshape",
"Shape"
],
"weight_type": "QInt8"
}
}
}