Onnx-runtime model IR version error
#2
by
piupiuisland
- opened
When trying to run the clip_onnx file, i got error "Unsupported model IR version: 11, max supported IR version: 10". I'm puzzled by this error message, as the latest onnxruntime IR version is 10 (onnx 1.20.1 ).
I'm using onnx==1.17.0 amd onnxruntime==1.19.2. Did i miss something?
Try latest version of onnx-weekly
https://pypi.org/project/onnx-weekly/
When trying to run the clip_onnx file, i got error "Unsupported model IR version: 11, max supported IR version: 10". I'm puzzled by this error message, as the latest onnxruntime IR version is 10 (onnx 1.20.1 ).
I'm using onnx==1.17.0 amd onnxruntime==1.19.2. Did i miss something?
Are you trying to inference it? If so what pipeline are u using ?