Xenova HF staff commited on
Commit
4adc0db
1 Parent(s): a1bb711

Upload quantize_config.json with huggingface_hub (#2)

Browse files

- Upload quantize_config.json with huggingface_hub (0c1bf8e45ddb2f0f05a113cb193099f6e18600a0)

Files changed (1) hide show
  1. quantize_config.json +46 -0
quantize_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "per_channel": false,
3
+ "reduce_range": false,
4
+ "per_model_config": {
5
+ "model": {
6
+ "op_types": [
7
+ "Shape",
8
+ "Mul",
9
+ "ReduceSum",
10
+ "Softmax",
11
+ "Resize",
12
+ "Transpose",
13
+ "Sub",
14
+ "NonZero",
15
+ "Slice",
16
+ "Div",
17
+ "ArgMax",
18
+ "Cast",
19
+ "NonMaxSuppression",
20
+ "Squeeze",
21
+ "Unsqueeze",
22
+ "Reshape",
23
+ "ReduceMax",
24
+ "Constant",
25
+ "GatherND",
26
+ "Concat",
27
+ "Conv",
28
+ "ConstantOfShape",
29
+ "Equal",
30
+ "Where",
31
+ "MaxPool",
32
+ "Greater",
33
+ "AveragePool",
34
+ "Gather",
35
+ "ScatterND",
36
+ "Add",
37
+ "Sigmoid",
38
+ "TopK",
39
+ "Range",
40
+ "Split",
41
+ "Expand"
42
+ ],
43
+ "weight_type": "QUInt8"
44
+ }
45
+ }
46
+ }