jina-embeddings-v2-base-en / quantize_config.json
Cohee's picture
Upload 6 files
89b25a3
raw
history blame contribute delete
No virus
677 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Sub",
"Erf",
"Constant",
"Cast",
"Pow",
"Unsqueeze",
"Softmax",
"Reshape",
"Shape",
"Gather",
"Add",
"Sqrt",
"Concat",
"Div",
"Mul",
"MatMul",
"ReduceMean",
"Identity",
"Transpose"
],
"weight_type": "QInt8"
}
}
}