-
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 export tutorial #3130
base: 2.6-RC-TEST
Are you sure you want to change the base?
Fix export tutorial #3130
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/3130
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 5bc8a58 with merge base 20c3111 (): This comment was automatically generated by Dr. CI and updates every 15 minutes. |
3463b49
to
74715d4
Compare
I believe we need to enable here: https://github.com/pytorch/tutorials/blob/main/.jenkins/validate_tutorials_built.py#L52 |
74715d4
to
c371b99
Compare
* Mention Python agnosticism in custom ops tutorial * light dusting on grammar * be explicit
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
fb33df2
to
351e0e1
Compare
351e0e1
to
200c594
Compare
###################################################################### | ||
# Other control flow ops include ``while_loop``, ``associative_scan``, and | ||
# ``scan``. For more documentation on each operator, please refer to | ||
# `this page <https://github.com/pytorch/pytorch/tree/main/torch/_higher_order_ops>`__. | ||
|
||
###################################################################### | ||
# Constraints/Dynamic Shapes |
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.
This section will be updated by #3214
|
||
###################################################################### | ||
# Decompositions | ||
# -------------- | ||
# IR/Decompositions |
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.
cc @tugsbayasgalan -- I updated the tutorial for run_decompositions
functionalizes functionalization
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.
Looks good. We'll merge into main when 2.6 binaries are pulled there.
Fixing issues from @lucylq (thanks!)
Description
Checklist