-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Updating OnnxRuntime #7469
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
base: main
Are you sure you want to change the base?
Updating OnnxRuntime #7469
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the MicrosoftMLOnnxRuntime version from 1.18.1 to 1.21.0 in an effort to reproduce the issue noted in the referenced pull request.
- Updated OnnxRuntime version in Versions.props for testing compatibility.
|
Yeah, here's a customer report microsoft/onnxruntime#24579 |
|
Confirmed this is the cause of the problem. Blocked on microsoft/onnxruntime#24579 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7469 +/- ##
==========================================
- Coverage 69.00% 68.99% -0.01%
==========================================
Files 1482 1482
Lines 273880 273880
Branches 28254 28254
==========================================
- Hits 188983 188961 -22
- Misses 77514 77533 +19
- Partials 7383 7386 +3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
We expect Windows ARM64 tests to hang. Those helix queues are still down. The rest should be passing. |
Attempting to update just OnnxRuntime to see if that repros the issue seen in #7457