HaveAI commited on
Commit
ef7b7cf
·
verified ·
1 Parent(s): d65c90a

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