HaveAI commited on
Commit
d9104dc
·
verified ·
1 Parent(s): e500c03

Delete quantize_config.json

Browse files
Files changed (1) hide show
  1. quantize_config.json +0 -139
quantize_config.json DELETED
@@ -1,139 +0,0 @@
1
- {
2
- "per_channel": true,
3
- "reduce_range": true,
4
- "per_model_config": {
5
- "decoder_model": {
6
- "op_types": [
7
- "Tile",
8
- "LessOrEqual",
9
- "ConstantOfShape",
10
- "Expand",
11
- "Pow",
12
- "Less",
13
- "Log",
14
- "ReduceMean",
15
- "Sqrt",
16
- "Tanh",
17
- "Unsqueeze",
18
- "Min",
19
- "Mul",
20
- "Concat",
21
- "Reshape",
22
- "Gather",
23
- "Where",
24
- "Softmax",
25
- "Div",
26
- "Transpose",
27
- "Cast",
28
- "Shape",
29
- "MatMul",
30
- "Add",
31
- "Sub",
32
- "Constant",
33
- "Neg",
34
- "Range"
35
- ],
36
- "weight_type": "QInt8"
37
- },
38
- "encoder_model": {
39
- "op_types": [
40
- "Pow",
41
- "ConstantOfShape",
42
- "Less",
43
- "Log",
44
- "ReduceMean",
45
- "Sqrt",
46
- "Tanh",
47
- "Unsqueeze",
48
- "Min",
49
- "Concat",
50
- "Reshape",
51
- "Gather",
52
- "Where",
53
- "Softmax",
54
- "Div",
55
- "Transpose",
56
- "Cast",
57
- "Shape",
58
- "MatMul",
59
- "Greater",
60
- "Add",
61
- "Range",
62
- "Sub",
63
- "Constant",
64
- "Abs",
65
- "Mul"
66
- ],
67
- "weight_type": "QInt8"
68
- },
69
- "decoder_model_merged": {
70
- "op_types": [
71
- "Tile",
72
- "LessOrEqual",
73
- "ConstantOfShape",
74
- "Expand",
75
- "Pow",
76
- "Less",
77
- "Log",
78
- "ReduceMean",
79
- "Sqrt",
80
- "Tanh",
81
- "Unsqueeze",
82
- "Min",
83
- "Mul",
84
- "Concat",
85
- "Reshape",
86
- "Gather",
87
- "If",
88
- "Where",
89
- "Softmax",
90
- "Div",
91
- "Slice",
92
- "Transpose",
93
- "Cast",
94
- "Shape",
95
- "MatMul",
96
- "Add",
97
- "Sub",
98
- "Constant",
99
- "Neg",
100
- "Range"
101
- ],
102
- "weight_type": "QInt8"
103
- },
104
- "decoder_with_past_model": {
105
- "op_types": [
106
- "Tile",
107
- "LessOrEqual",
108
- "ConstantOfShape",
109
- "Expand",
110
- "Pow",
111
- "Less",
112
- "Log",
113
- "ReduceMean",
114
- "Sqrt",
115
- "Tanh",
116
- "Unsqueeze",
117
- "Min",
118
- "Mul",
119
- "Concat",
120
- "Reshape",
121
- "Gather",
122
- "Where",
123
- "Softmax",
124
- "Div",
125
- "Slice",
126
- "Transpose",
127
- "Cast",
128
- "Shape",
129
- "MatMul",
130
- "Add",
131
- "Sub",
132
- "Constant",
133
- "Neg",
134
- "Range"
135
- ],
136
- "weight_type": "QInt8"
137
- }
138
- }
139
- }