CoolFace
Modelpublic

Xenova/owlvit-base-patch32

sourceHugging Faceupdated 1y agoView on Hugging Face
1likes18kdownloads
quantize_config.json49 linesDownload Raw Back to root
1{2    "per_channel": true,3    "reduce_range": true,4    "per_model_config": {5        "model": {6            "op_types": [7                "Equal",8                "Gather",9                "Reshape",10                "ReduceMean",11                "Sqrt",12                "Squeeze",13                "Transpose",14                "Softmax",15                "Div",16                "ReduceSum",17                "Greater",18                "Reciprocal",19                "Conv",20                "Concat",21                "Abs",22                "Cast",23                "Sigmoid",24                "Neg",25                "Where",26                "Erf",27                "Expand",28                "Log",29                "Mul",30                "Unsqueeze",31                "Add",32                "ArgMax",33                "Constant",34                "Elu",35                "Shape",36                "ConstantOfShape",37                "Pow",38                "Less",39                "MatMul",40                "Flatten",41                "Einsum",42                "Range",43                "Sub",44                "Slice"45            ],46            "weight_type": "QUInt8"47        }48    }49}