-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
FIX: beginner/onnx/onnx_registry_tutorial.py fails against 2.4 RC binaries #2950
FIX: beginner/onnx/onnx_registry_tutorial.py fails against 2.4 RC binaries #2950
Conversation
Install the 2.4 binaries to test tutorials against the 2.4-RC-TEST branch only
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/2950
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 3449480 with merge base 0dee5c9 (): This comment was automatically generated by Dr. CI and updates every 15 minutes. |
I changed the base branch to 2.4-RC where we pull the 2.4 binaries. |
Hi, @svekars the CI looks acting weirdly. Could you re-trigger it? |
Can you please locally rebase on 2.4-RC-TEST and then enable the tuorial in .jenkins/validate_tutorials_built.py. |
4edd225
to
c05e8ec
Compare
Fixes #2941
cc @xadupre
Description
This PR updates the ONNX graphs which are optimized by onnxscript/optimizer
Checklist