Package: python3-onnxruntime Version: 1.19.2+dfsg-3 Severity: normal Forwarded: https://github.com/conan-io/conan-center-index/issues/17380
I just added the autopkgtest test case for inferencing a dummy network exported from pytorch. The test case runs, but with lots of error reports for "Schema error ...", due to an upstream issue. The error messages will disappear if onnxruntime is built using an embedded copy of onnx, with ONNX_DISABLE_STATIC_REGISTRATION=ON. However, when I try to turn that flag on with src:onnx, I got lots of test failures. Seems the current situation is similar to what has been reported on Github. We surely do not want to break src:onnx's tests, neither embedding a static copy of onnx inside onnxruntime.