Xenova HF staff commited on
Commit
0818c7c
1 Parent(s): 9228209

Upload quantize_config.json with huggingface_hub (#2)

Browse files

- Upload quantize_config.json with huggingface_hub (5127426683f7b1ebf5be6569cee7e32d5d578eca)

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
+ "Add",
8
+ "Sub",
9
+ "ArgMax",
10
+ "ReduceMax",
11
+ "Greater",
12
+ "Shape",
13
+ "Reshape",
14
+ "Resize",
15
+ "ConstantOfShape",
16
+ "Where",
17
+ "Cast",
18
+ "NonZero",
19
+ "TopK",
20
+ "Gather",
21
+ "Div",
22
+ "MaxPool",
23
+ "Range",
24
+ "Concat",
25
+ "Split",
26
+ "Slice",
27
+ "Mul",
28
+ "Softmax",
29
+ "GatherND",
30
+ "Constant",
31
+ "Unsqueeze",
32
+ "Squeeze",
33
+ "ReduceSum",
34
+ "Conv",
35
+ "Equal",
36
+ "Expand",
37
+ "ScatterND",
38
+ "NonMaxSuppression",
39
+ "Transpose",
40
+ "AveragePool",
41
+ "Sigmoid"
42
+ ],
43
+ "weight_type": "QUInt8"
44
+ }
45
+ }
46
+ }