pabRomero commited on
Commit
416fc02
·
verified ·
1 Parent(s): cd44d31

Upload quantize_config.json with huggingface_hub

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