fix a typo in optimization_tutorial.py#3333
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/3333
Note: Links to docs will display an error until the docs builds have been completed. This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
Hi @partev! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
|
Please sign the CLA |
@svekars I signed it |
Fixes #3811 ## Description Fixed two broken links in the Monarch tutorial: `intermediate_source/monarch_distributed_tutorial.rst`. On Mar 31, 2026, the Monarch documentation migrated to a multi-version structure (see Monarch PRs #3328, #3333). This removed the root-level `/generated/` paths, causing the original links in the tutorial to 404. I have updated the links to the latest stable version v0.4.0, which I have verified to work now. I checked for a `/stable/` or `/latest/` alias, but the upstream repo hasn't implemented these redirects yet; I will communicate with the Monarch maintainers and update accordingly once those aliases become available. ## 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. --------- Co-authored-by: Svetlana Karslioglu <svekars@meta.com> Co-authored-by: sekyondaMeta <127536312+sekyondaMeta@users.noreply.github.com>
Fixes #ISSUE_NUMBER
Description
Checklist
cc @svekars @sekyondaMeta @AlannaBurke