CoolFace
Modelpublic

snastal/interactive_elements_model

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes9downloads
quantize_config.json32 linesDownload Raw Back to root
1{2    "per_channel": true,3    "reduce_range": true,4    "per_model_config": {5        "model": {6            "op_types": [7                "Tanh",8                "Concat",9                "Pow",10                "Div",11                "Add",12                "Sqrt",13                "Cast",14                "Transpose",15                "Erf",16                "Shape",17                "Sub",18                "Gather",19                "Softmax",20                "Mul",21                "Constant",22                "Gemm",23                "Slice",24                "ReduceMean",25                "Unsqueeze",26                "MatMul",27                "Reshape"28            ],29            "weight_type": "QInt8"30        }31    }32}