HaveAI commited on
Commit
18ece23
·
verified ·
1 Parent(s): d6c16df

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