Xenova HF staff commited on
Commit
ef80e05
1 Parent(s): 8f2b64c

Upload quantize_config.json with huggingface_hub (#2)

Browse files

- Upload quantize_config.json with huggingface_hub (f0a7af8070aa1d1ef60f8ded715c6ac1567a86fb)

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