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?

Sign up or log in to comment