We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 355d848 + d5d6243 commit c48777bCopy full SHA for c48777b
sclblonnx/supported_onnx.json
@@ -1,7 +1,7 @@
1
{
2
"onnx_version" : {
3
"version_min" : "1.7.0",
4
- "version_max" : "1.8.1",
+ "version_max" : "1.11.0",
5
"ir_version_min" : 7,
6
"ir_version_max" : 8,
7
"opset_min" : 12,
@@ -123,4 +123,4 @@
123
"float",
124
"int"
125
]
126
-}
+}
setup.py
@@ -25,7 +25,7 @@
25
install_requires=[
26
'numpy',
27
'onnxruntime',
28
- 'onnx==1.8.1',
+ 'onnx>=1.7.0,<=1.11.0',
29
'requests',
30
'onnxoptimizer',
31
'onnx-simplifier',
0 commit comments