Skip to content

Commit c90bad4

Browse files
committed
Fix typo and sort redirects
1 parent f2392bb commit c90bad4

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Welcome to PyTorch Tutorials
409409

410410
.. customcarditem::
411411
:header: Autograd in C++ Frontend
412-
:card_description: The autograd package helps build flexible and dynamic nerural netorks. In this tutorial, exploreseveral examples of doing autograd in PyTorch C++ frontend
412+
:card_description: The autograd package helps build flexible and dynamic neural netorks. In this tutorial, explore several examples of doing autograd in PyTorch C++ frontend
413413
:image: _static/img/thumbnails/cropped/Autograd-in-Cpp-Frontend.png
414414
:link: advanced/cpp_autograd.html
415415
:tags: Frontend-APIs,C++
@@ -851,4 +851,4 @@ Additional Resources
851851
:maxdepth: 1
852852
:hidden:
853853

854-
prototype/prototype_index
854+
prototype/prototype_index

redirects.py

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
redirects = {
2-
"intermediate/flask_rest_api_tutorial": "../index.html",
3-
"beginner/ptcheat.html": "../index.html",
4-
"beginner/deploy_seq2seq_hybrid_frontend_tutorial.html": "../index.html",
5-
"recipes/bundled_inputs.html": "../index.html",
6-
"recipes/recipes_index.html": "../recipes_index.html",
2+
"advanced/dynamic_quantization_tutorial.html": "../index.html",
3+
"advanced/static_quantization_tutorial.html": "../index.html",
74
"advanced/super_resolution_with_onnxruntime.html": "../index.html",
8-
"intermediate/torchserve_with_ipex.html": "../index.html",
9-
"intermediate/torchserve_with_ipex_2.html": "../index.html",
10-
"recipes/torchserve_vertexai_tutorial.html": "../index.html",
5+
"advanced/torch_script_custom_classes": "../index.html",
6+
"beginner/Intro_to_TorchScript_tutorial.html": "../index.html",
7+
"beginner/deploy_seq2seq_hybrid_frontend_tutorial.html": "../index.html",
118
"beginner/flava_finetuning_tutorial.html": "../index.html",
12-
"advanced/static_quantization_tutorial.html": "../index.html",
13-
"advanced/dynamic_quantization_tutorial.html": "../index.html",
9+
"beginner/ptcheat.html": "../index.html",
10+
"intermediate/FSDP_adavnced_tutorial.html": "https://docs.pytorch.org/tutorials/intermediate/FSDP_advanced_tutorial.html",
1411
"intermediate/dynamic_quantization_bert_tutorial.html": "../index.html",
12+
"intermediate/flask_rest_api_tutorial": "../index.html",
1513
"intermediate/quantized_transfer_learning_tutorial.html": "../index.html",
16-
"intermediate/FSDP_adavnced_tutorial.html": "https://docs.pytorch.org/tutorials/intermediate/FSDP_advanced_tutorial.html",
17-
"prototype/graph_mode_dynamic_bert_tutorial.html": "../index.html",
14+
"intermediate/torchserve_with_ipex.html": "../index.html",
15+
"intermediate/torchserve_with_ipex_2.html": "../index.html",
16+
"prototype/backend_config_tutorial.html": "../index.html",
1817
"prototype/flight_recorder_tutorial.html": "https://docs.pytorch.org/tutorials/unstable/flight_recorder_tutorial.html",
1918
"prototype/fx_graph_mode_ptq_dynamic.html": "../index.html",
2019
"prototype/fx_graph_mode_ptq_static.html": "../index.html",
2120
"prototype/fx_graph_mode_quant_guide.html": "../index.html",
22-
"prototype/backend_config_tutorial.html": "../index.html",
23-
"prototype/numeric_suite_tutorial.html": "../index.html",
24-
"prototype/quantization_in_pytorch_2_0_export_tutorial.html": "../index.html",
21+
"prototype/graph_mode_dynamic_bert_tutorial.html": "../index.html",
2522
"prototype/inductor_windows.html": "https://pytorch.org/tutorials/unstable/inductor_windows.html",
23+
"prototype/numeric_suite_tutorial.html": "../index.html",
24+
"prototype/openvino_quantizer.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_openvino_inductor.html",
2625
"prototype/pt2e_quant_ptq.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_ptq.html",
26+
"prototype/pt2e_quant_ptq_x86_inductor.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_x86_inductor.html",
2727
"prototype/pt2e_quant_qat.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_qat.html",
28-
"prototype/pt2e_quantizer.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quantizer.html",
2928
"prototype/pt2e_quant_x86_inductor.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_x86_inductor.html",
30-
"prototype/pt2e_quant_ptq_x86_inductor.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_x86_inductor.html",
3129
"prototype/pt2e_quant_xpu_inductor.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_xpu_inductor.html",
32-
"prototype/openvino_quantizer.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_openvino_inductor.html",
30+
"prototype/pt2e_quantizer.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quantizer.html",
31+
"prototype/quantization_in_pytorch_2_0_export_tutorial.html": "../index.html",
32+
"prototype/torchscript_freezing.html": "../index.html",
3333
"receipes/fuse.html": "../index.html",
3434
"receipes/quantization.html": "../index.html",
3535
"receipes/receipes/dynamic_quantization.html": "../index.html",
36-
"advanced/torch_script_custom_classes": "../index.html",
37-
"beginner/Intro_to_TorchScript_tutorial.html": "../index.html",
38-
"prototype/torchscript_freezing.html": "../index.html",
36+
"recipes/bundled_inputs.html": "../index.html",
37+
"recipes/recipes_index.html": "../recipes_index.html",
38+
"recipes/torchserve_vertexai_tutorial.html": "../index.html",
3939
}

0 commit comments

Comments
 (0)