Skip to content

Commit 5b38487

Browse files
authored
Add a redirect for FSDP advanced tutorial and recipes page (#3542)
* Add redirect to the FSDP tutorial * Add redirect of the recipes_index page cc @wconstab @osalpekar @H-Huang @kwen2501
1 parent 55c061e commit 5b38487

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

redirects.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"beginner/ptcheat.html": "../index.html",
44
"beginner/deploy_seq2seq_hybrid_frontend_tutorial.html": "../index.html",
55
"recipes/bundled_inputs.html": "../index.html",
6+
"recipes/recipes_index.html": "../recipes_index.html",
67
"advanced/super_resolution_with_onnxruntime.html": "../index.html",
78
"intermediate/torchserve_with_ipex.html": "../index.html",
89
"intermediate/torchserve_with_ipex_2.html": "../index.html",
@@ -12,6 +13,7 @@
1213
"advanced/dynamic_quantization_tutorial.html": "../index.html",
1314
"intermediate/dynamic_quantization_bert_tutorial.html": "../index.html",
1415
"intermediate/quantized_transfer_learning_tutorial.html": "../index.html",
16+
"intermediate/FSDP_adavnced_tutorial.html": "https://docs.pytorch.org/tutorials/intermediate/FSDP_advanced_tutorial.html",
1517
"prototype/graph_mode_dynamic_bert_tutorial.html": "../index.html",
1618
"prototype/flight_recorder_tutorial.html": "https://docs.pytorch.org/tutorials/unstable/flight_recorder_tutorial.html",
1719
"prototype/fx_graph_mode_ptq_dynamic.html": "../index.html",

0 commit comments

Comments
 (0)