Xenova HF staff commited on
Commit
63f34b6
1 Parent(s): 78440e4

Update quantize_config.json

Browse files
Files changed (1) hide show
  1. quantize_config.json +72 -0
quantize_config.json CHANGED
@@ -45,6 +45,78 @@
45
  "Equal"
46
  ],
47
  "weight_type": "QUInt8"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  }
49
  }
50
  }
 
45
  "Equal"
46
  ],
47
  "weight_type": "QUInt8"
48
+ },
49
+ "text_model": {
50
+ "op_types": [
51
+ "ReduceMean",
52
+ "Reshape",
53
+ "Softmax",
54
+ "Pow",
55
+ "Erf",
56
+ "Tanh",
57
+ "Concat",
58
+ "Sub",
59
+ "Not",
60
+ "Expand",
61
+ "Mul",
62
+ "Transpose",
63
+ "Div",
64
+ "Constant",
65
+ "Equal",
66
+ "Unsqueeze",
67
+ "Slice",
68
+ "MatMul",
69
+ "Gather",
70
+ "ConstantOfShape",
71
+ "Shape",
72
+ "Cast",
73
+ "Where",
74
+ "Sqrt",
75
+ "Add",
76
+ "Gemm",
77
+ "CumSum",
78
+ "Relu"
79
+ ],
80
+ "weight_type": "QInt8"
81
+ },
82
+ "audio_model": {
83
+ "op_types": [
84
+ "BatchNormalization",
85
+ "ScatterND",
86
+ "ReduceMean",
87
+ "Reshape",
88
+ "Softmax",
89
+ "Pow",
90
+ "Erf",
91
+ "GlobalAveragePool",
92
+ "Concat",
93
+ "Sub",
94
+ "Not",
95
+ "Expand",
96
+ "Mul",
97
+ "Transpose",
98
+ "Div",
99
+ "Constant",
100
+ "Equal",
101
+ "Unsqueeze",
102
+ "Pad",
103
+ "Slice",
104
+ "Resize",
105
+ "Range",
106
+ "MatMul",
107
+ "Gather",
108
+ "ConstantOfShape",
109
+ "Shape",
110
+ "Cast",
111
+ "Sqrt",
112
+ "Where",
113
+ "Add",
114
+ "Conv",
115
+ "Flatten",
116
+ "Gemm",
117
+ "Relu"
118
+ ],
119
+ "weight_type": "QUInt8"
120
  }
121
  }
122
  }