pabRomero commited on
Commit
bd8572d
1 Parent(s): 139e113

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
+ "Constant",
8
+ "Shape",
9
+ "Add",
10
+ "ReduceMean",
11
+ "Erf",
12
+ "Sub",
13
+ "ConstantOfShape",
14
+ "Mul",
15
+ "Expand",
16
+ "Cast",
17
+ "Unsqueeze",
18
+ "Softmax",
19
+ "Concat",
20
+ "Equal",
21
+ "Reshape",
22
+ "MatMul",
23
+ "Where",
24
+ "Transpose",
25
+ "Div",
26
+ "Gather",
27
+ "Slice",
28
+ "Sqrt",
29
+ "Pow"
30
+ ],
31
+ "weight_type": "QInt8"
32
+ }
33
+ }
34
+ }