-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ONNX Runtime from rel-1.8.1 to rel-1.14.0 #16184
Update ONNX Runtime from rel-1.8.1 to rel-1.14.0 #16184
Conversation
Signed-off-by: Zhai, Xuejun <[email protected]>
Please fix:
|
The CI filed with error: CMake Error: Unknown argument --compile-no-warning-as-error |
We need to disable this option, or use CMake 3.24+ for this option. https://cmake.org/cmake/help/latest/prop_tgt/COMPILE_WARNING_AS_ERROR.html |
Yes I also found that we need to upgtade CMake > 3.24 |
I think we should disable it for onnxruntime case, right? |
I think we can simpler update the CMake version |
Signed-off-by: Zhai, Xuejun <[email protected]>
This reverts commit 04a00f6.
Signed-off-by: Zhai, Xuejun <[email protected]>
@ilyachur we have failed test |
In the test we have a difference in |
@ilyachur @ilya-lavrenov This test is about an image classify (the input image is hand-drwn "1"), with MNIST model. test_custom_op_openvino_wrapper_library |
Did we run this test with previous ONNXRuntime version? |
No this test ware added in version rel.1.14.0, no in rel-1.8.1 |
…ill add back with the new ONNX Runtime version Signed-off-by: Zhai, Xuejun <[email protected]>
Details:
Tickets: