-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Sparse Semi Sturcutred Tutorial audit #3599
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
Conversation
Realized that we have essentially two versions of the same tutorial, with the only difference being one is a jupyter notebook. [here](https://docs.pytorch.org/tutorials/unstable/semi_structured_sparse.html) and [here](https://docs.pytorch.org/tutorials/advanced/semi_structured_sparse.html) for reference. The PR removes the `unstable_source` rst tutorial and makes a couple of small updates of the jupyter notebook.
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/3599
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 42f4887 with merge base 6f79852 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
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!
Can you add a redirect in redirects.py from unstable/semi_structured_sparse.html => advanced/semi_structured_sparse.html.
Also, please remove from unstble_source/unstable_index.rst:
Line 45 in 0b98a1c
:link: unstable/semi_structured_sparse.html |
Fixes [T237454985](https://www.internalfb.com/intern/tasks/?t=237454985) ## Description Realized that we have essentially two versions of the same tutorial, with the only difference being one is a jupyter notebook. [here](https://docs.pytorch.org/tutorials/unstable/semi_structured_sparse.html) and [here](https://docs.pytorch.org/tutorials/advanced/semi_structured_sparse.html) for reference. The PR removes the `unstable_source` rst tutorial and makes a couple of small updates of the jupyter notebook. ## Checklist <!--- Make sure to add `x` to all items in the following checklist: --> - [x] The issue that is being fixed is referred in the description (see above "Fixes #ISSUE_NUMBER") - [x] Only one issue is addressed in this pull request - [x] Labels from the issue that this PR is fixing are added to this pull request - [x] No unnecessary issues are included into this pull request.
Fixes [T237454985](https://www.internalfb.com/intern/tasks/?t=237454985) ## Description Realized that we have essentially two versions of the same tutorial, with the only difference being one is a jupyter notebook. [here](https://docs.pytorch.org/tutorials/unstable/semi_structured_sparse.html) and [here](https://docs.pytorch.org/tutorials/advanced/semi_structured_sparse.html) for reference. The PR removes the `unstable_source` rst tutorial and makes a couple of small updates of the jupyter notebook. ## Checklist <!--- Make sure to add `x` to all items in the following checklist: --> - [x] The issue that is being fixed is referred in the description (see above "Fixes #ISSUE_NUMBER") - [x] Only one issue is addressed in this pull request - [x] Labels from the issue that this PR is fixing are added to this pull request - [x] No unnecessary issues are included into this pull request.
Fixes T237454985
Description
Realized that we have essentially two versions of the same tutorial, with the only difference being one is a jupyter notebook.
here and here for reference.
The PR removes the
unstable_source
rst tutorial and makes a couple of small updates of the jupyter notebook.Checklist