HaveAI commited on
Commit
b547405
·
verified ·
1 Parent(s): cb6f430

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