Upload folder using huggingface_hub
Browse files- ort_config.json +3 -1
ort_config.json
CHANGED
|
@@ -8,7 +8,9 @@
|
|
| 8 |
"format": "QOperator",
|
| 9 |
"is_static": false,
|
| 10 |
"mode": "IntegerOps",
|
| 11 |
-
"nodes_to_exclude": [
|
|
|
|
|
|
|
| 12 |
"nodes_to_quantize": [],
|
| 13 |
"operators_to_quantize": [
|
| 14 |
"MatMul",
|
|
|
|
| 8 |
"format": "QOperator",
|
| 9 |
"is_static": false,
|
| 10 |
"mode": "IntegerOps",
|
| 11 |
+
"nodes_to_exclude": [
|
| 12 |
+
"Conv_quant"
|
| 13 |
+
],
|
| 14 |
"nodes_to_quantize": [],
|
| 15 |
"operators_to_quantize": [
|
| 16 |
"MatMul",
|