Upload 2 files
Browse files- model_quantized.onnx +3 -0
- ort_config.json +37 -0
model_quantized.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9cb69729323353d020b1792debce16fd472befc512bfa353765559318720a981
|
3 |
+
size 105132082
|
ort_config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"one_external_file": true,
|
3 |
+
"opset": null,
|
4 |
+
"optimization": {},
|
5 |
+
"optimum_version": "1.17.1",
|
6 |
+
"quantization": {
|
7 |
+
"activations_dtype": "QUInt8",
|
8 |
+
"activations_symmetric": false,
|
9 |
+
"format": "QOperator",
|
10 |
+
"is_static": false,
|
11 |
+
"mode": "IntegerOps",
|
12 |
+
"nodes_to_exclude": [
|
13 |
+
"/swinv2/embeddings/patch_embeddings/projection/Conv"
|
14 |
+
],
|
15 |
+
"nodes_to_quantize": [],
|
16 |
+
"operators_to_quantize": [
|
17 |
+
"Conv",
|
18 |
+
"MatMul",
|
19 |
+
"Attention",
|
20 |
+
"LSTM",
|
21 |
+
"Gather",
|
22 |
+
"Transpose",
|
23 |
+
"EmbedLayerNormalization"
|
24 |
+
],
|
25 |
+
"per_channel": true,
|
26 |
+
"qdq_add_pair_to_weight": false,
|
27 |
+
"qdq_dedicated_pair": false,
|
28 |
+
"qdq_op_type_per_channel_support_to_axis": {
|
29 |
+
"MatMul": 1
|
30 |
+
},
|
31 |
+
"reduce_range": false,
|
32 |
+
"weights_dtype": "QInt8",
|
33 |
+
"weights_symmetric": true
|
34 |
+
},
|
35 |
+
"transformers_version": "4.38.1",
|
36 |
+
"use_external_data_format": false
|
37 |
+
}
|