Xenova HF staff commited on
Commit
9e3d7e8
1 Parent(s): bdcd818

Upload folder using huggingface_hub

Browse files
onnx/vision_encoder.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:24bd98fd8e375b257aed9550ef2b25bf026004bdf1e233bfc15d0475c627441f
3
- size 23275998
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f8433273a6750b587779baa0cf5508111001bf7e7acfcf585d370139fd366d0
3
+ size 23276014
onnx/vision_encoder_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a1cbc7db99bec8baa85ec2368c72230e75dc17b664ecec539e6fbbd8aa1ab28
3
- size 8882149
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cce23c7b2e5d4f330932738fb67ba518e04b0d99ccdd1cccd22a7da4e01f2971
3
+ size 8882165
quantize_config.json CHANGED
@@ -4,75 +4,75 @@
4
  "per_model_config": {
5
  "vision_encoder": {
6
  "op_types": [
7
- "Div",
8
- "Softmax",
9
- "Transpose",
10
  "ConstantOfShape",
11
- "Erf",
12
  "Concat",
13
- "Identity",
14
- "Reshape",
15
- "Pad",
16
  "Expand",
17
- "ReduceMean",
18
- "Unsqueeze",
19
- "Conv",
20
- "Resize",
21
- "Constant",
22
- "Pow",
23
  "Tile",
24
- "Split",
 
 
 
25
  "Slice",
 
 
 
26
  "Range",
27
- "Mul",
28
- "Sub",
29
  "Sqrt",
30
- "Cos",
31
- "Sin",
 
 
 
 
 
32
  "Mod",
33
- "Gather",
34
  "Shape",
35
- "Squeeze",
36
- "Cast",
37
- "Einsum",
38
- "Add",
39
- "MatMul"
40
  ],
41
  "weight_type": "QUInt8"
42
  },
43
  "prompt_encoder_mask_decoder": {
44
  "op_types": [
45
- "Div",
46
- "Softmax",
47
- "Transpose",
48
- "ConvTranspose",
49
  "ConstantOfShape",
50
- "Erf",
51
  "Concat",
52
- "Reshape",
53
  "Expand",
54
- "ReduceMean",
55
- "Unsqueeze",
56
- "Constant",
57
- "Relu",
58
- "Pow",
59
- "Tile",
60
- "Slice",
61
- "Range",
62
- "Mul",
63
  "Sub",
64
- "Equal",
65
- "Sqrt",
 
66
  "Sin",
67
  "Cos",
68
- "Gather",
69
- "OneHot",
70
- "Shape",
71
- "Cast",
72
  "Add",
 
 
 
 
 
 
 
73
  "MatMul",
 
 
 
 
74
  "ScatterND",
75
- "Where"
 
 
 
 
76
  ],
77
  "weight_type": "QInt8"
78
  }
 
4
  "per_model_config": {
5
  "vision_encoder": {
6
  "op_types": [
 
 
 
7
  "ConstantOfShape",
 
8
  "Concat",
 
 
 
9
  "Expand",
10
+ "Transpose",
11
+ "Sub",
12
+ "Div",
13
+ "Sin",
14
+ "Cos",
 
15
  "Tile",
16
+ "Mul",
17
+ "Squeeze",
18
+ "Unsqueeze",
19
+ "Add",
20
  "Slice",
21
+ "Identity",
22
+ "ReduceMean",
23
+ "Cast",
24
  "Range",
25
+ "Conv",
26
+ "Pow",
27
  "Sqrt",
28
+ "MatMul",
29
+ "Einsum",
30
+ "Constant",
31
+ "Resize",
32
+ "Reshape",
33
+ "Split",
34
+ "Pad",
35
  "Mod",
 
36
  "Shape",
37
+ "Erf",
38
+ "Gather",
39
+ "Softmax"
 
 
40
  ],
41
  "weight_type": "QUInt8"
42
  },
43
  "prompt_encoder_mask_decoder": {
44
  "op_types": [
 
 
 
 
45
  "ConstantOfShape",
 
46
  "Concat",
 
47
  "Expand",
 
 
 
 
 
 
 
 
 
48
  "Sub",
49
+ "Where",
50
+ "Div",
51
+ "Transpose",
52
  "Sin",
53
  "Cos",
54
+ "Tile",
55
+ "Mul",
56
+ "Unsqueeze",
 
57
  "Add",
58
+ "Slice",
59
+ "Cast",
60
+ "ReduceMean",
61
+ "Range",
62
+ "Pow",
63
+ "Sqrt",
64
+ "Equal",
65
  "MatMul",
66
+ "OneHot",
67
+ "Constant",
68
+ "Reshape",
69
+ "Relu",
70
  "ScatterND",
71
+ "Shape",
72
+ "Erf",
73
+ "Gather",
74
+ "ConvTranspose",
75
+ "Softmax"
76
  ],
77
  "weight_type": "QInt8"
78
  }