Xenova HF staff commited on
Commit
921866c
1 Parent(s): 03c1d21

Upload folder using huggingface_hub

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