-
Notifications
You must be signed in to change notification settings - Fork 7k
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 InferenceSession call to latest format #7982
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/7982
Note: Links to docs will display an error until the docs builds have been completed. ❌ 3 New FailuresAs of commit db07725 with merge base cb512ea (): NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
67874be
to
fcf6d32
Compare
ONNX job is green: https://github.com/pytorch/vision/actions/runs/6271822156/job/17032158532?pr=7982 @justinchuby can you review this PR? |
We need reviews from @vfdev-5 @seemethere for merging :) |
We don't. My approval is enough. But since I don't have much ONNX experience, I wanted to make sure the fix is good. |
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.
Thanks @thiagocrepaldi!
Hey @pmeier! You merged this PR, but no labels were added. The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py |
Summary: Co-authored-by: Philip Meier <github.pmeier@posteo.de> Reviewed By: matteobettini Differential Revision: D49600782 fbshipit-source-id: e7fdc0d2f7e79838b65d02f8d7f732ed68411bec
Fixes: #7980
Reverts: #7981
The actual fix is a simple update call convention for onnxruntime. No need to skip latest ORT version
@vfdev-5 @seemethere @pmeier
cc @pmeier @neginraoof @justinchuby