Skip to content

Update redirects.py #3513

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

Merged
merged 4 commits into from
Aug 7, 2025
Merged

Update redirects.py #3513

merged 4 commits into from
Aug 7, 2025

Conversation

sekyondaMeta
Copy link
Contributor

Fixes #3512

Copy link

pytorch-bot bot commented Aug 6, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/3513

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit 29728ce with merge base 00c8e56 (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla bot added the cla signed label Aug 6, 2025
@AlannaBurke
Copy link
Contributor

LGTM! 👍

redirects.py Outdated
@@ -13,6 +13,7 @@
"intermediate/dynamic_quantization_bert_tutorial.html": "../index.html",
"intermediate/quantized_transfer_learning_tutorial.html": "../index.html",
"prototype/graph_mode_dynamic_bert_tutorial.html": "../index.html",
"prototype/flight_recorder_tutorial.html": "https://docs.pytorch.org/tutorials/unstable/flight_recorder_tutorial.html"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same issue applies to the other tutorials in the URL prototype/ URL path (e.g. https://docs.pytorch.org/tutorials/prototype/context_parallel.html)

Though, when I search context parallel on Google it doesn't show this path, but maybe a more systemic fix is to redirect everything under prototype?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think part of the problem is that not everything previously under prototype moved to unstable. It looks like some things no longer exist, some moved to other folders and some moved to unstable. So it will be tough to try and catch all and send it the correct way

@sekyondaMeta sekyondaMeta merged commit ee2863e into main Aug 7, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redirect for prototype/ -> unstable/
3 participants