zeriworkspace commited on
Commit
53c5874
·
verified ·
1 Parent(s): 8aa1d3c

Delete _work/q8_optimum/ort_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. _work/q8_optimum/ort_config.json +0 -27
_work/q8_optimum/ort_config.json DELETED
@@ -1,27 +0,0 @@
1
- {
2
- "one_external_file": true,
3
- "opset": null,
4
- "optimization": {},
5
- "quantization": {
6
- "activations_dtype": "QUInt8",
7
- "activations_symmetric": false,
8
- "format": "QOperator",
9
- "is_static": false,
10
- "mode": "IntegerOps",
11
- "nodes_to_exclude": [],
12
- "nodes_to_quantize": [],
13
- "operators_to_quantize": [
14
- "MatMul"
15
- ],
16
- "per_channel": false,
17
- "qdq_add_pair_to_weight": false,
18
- "qdq_dedicated_pair": false,
19
- "qdq_op_type_per_channel_support_to_axis": {
20
- "MatMul": 1
21
- },
22
- "reduce_range": false,
23
- "weights_dtype": "QInt8",
24
- "weights_symmetric": true
25
- },
26
- "use_external_data_format": false
27
- }