theguru666 commited on
Commit
2f9d78f
1 Parent(s): 0e1c5ac

fixed lower case

Browse files
Files changed (1) hide show
  1. quantize_config.json +15 -15
quantize_config.json CHANGED
@@ -4,27 +4,27 @@
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
- "Softmax",
 
 
8
  "ReduceMean",
 
 
 
 
9
  "Sqrt",
10
- "Cast",
11
- "Slice",
12
- "MatMul",
13
- "Mul",
14
- "Transpose",
15
- "Reshape",
16
  "Sub",
17
- "Unsqueeze",
18
  "Constant",
19
- "Gather",
20
- "Div",
21
- "Add",
22
  "Erf",
23
- "Pow",
24
- "Concat",
25
  "Shape",
26
- "Squeeze",
27
- "Split"
 
 
 
 
 
28
  ],
29
  "weight_type": "QInt8"
30
  }
 
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
+ "Transpose",
8
+ "Slice",
9
+ "Add",
10
  "ReduceMean",
11
+ "Gather",
12
+ "Concat",
13
+ "Split",
14
+ "Softmax",
15
  "Sqrt",
 
 
 
 
 
 
16
  "Sub",
 
17
  "Constant",
18
+ "Squeeze",
 
 
19
  "Erf",
 
 
20
  "Shape",
21
+ "Reshape",
22
+ "Div",
23
+ "MatMul",
24
+ "Cast",
25
+ "Pow",
26
+ "Mul",
27
+ "Unsqueeze"
28
  ],
29
  "weight_type": "QInt8"
30
  }