Skip to content

Commit 02ce6cf

Browse files
authored
Merge branch 'main' into svekars-patch-39
2 parents df1fd1d + 1630e0e commit 02ce6cf

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ Welcome to PyTorch Tutorials
402402

403403
.. customcarditem::
404404
:header: Autograd in C++ Frontend
405-
:card_description: The autograd package helps build flexible and dynamic nerural netorks. In this tutorial, exploreseveral examples of doing autograd in PyTorch C++ frontend
405+
: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
406406
:image: _static/img/thumbnails/cropped/Autograd-in-Cpp-Frontend.png
407407
:link: advanced/cpp_autograd.html
408408
:tags: Frontend-APIs,C++

redirects.py

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
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/cpp_extension.html": "https://docs.pytorch.org/tutorials/advanced/custom_ops_landing_page.html",
3+
"advanced/dynamic_quantization_tutorial.html": "../index.html",
4+
"advanced/static_quantization_tutorial.html": "../index.html",
75
"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",
6+
"advanced/torch_script_custom_classes": "../index.html",
7+
"beginner/Intro_to_TorchScript_tutorial.html": "../index.html",
8+
"beginner/deploy_seq2seq_hybrid_frontend_tutorial.html": "../index.html",
119
"beginner/flava_finetuning_tutorial.html": "../index.html",
12-
"advanced/static_quantization_tutorial.html": "../index.html",
13-
"advanced/dynamic_quantization_tutorial.html": "../index.html",
10+
"beginner/ptcheat.html": "../index.html",
11+
"intermediate/FSDP_adavnced_tutorial.html": "https://docs.pytorch.org/tutorials/intermediate/FSDP_advanced_tutorial.html",
1412
"intermediate/dynamic_quantization_bert_tutorial.html": "../index.html",
13+
"intermediate/flask_rest_api_tutorial": "../index.html",
1514
"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",
15+
"intermediate/torchserve_with_ipex.html": "../index.html",
16+
"intermediate/torchserve_with_ipex_2.html": "../index.html",
17+
"prototype/backend_config_tutorial.html": "../index.html",
1818
"prototype/flight_recorder_tutorial.html": "https://docs.pytorch.org/tutorials/unstable/flight_recorder_tutorial.html",
1919
"prototype/fx_graph_mode_ptq_dynamic.html": "../index.html",
2020
"prototype/fx_graph_mode_ptq_static.html": "../index.html",
2121
"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",
22+
"prototype/graph_mode_dynamic_bert_tutorial.html": "../index.html",
2523
"prototype/inductor_windows.html": "https://pytorch.org/tutorials/unstable/inductor_windows.html",
24+
"prototype/numeric_suite_tutorial.html": "../index.html",
25+
"prototype/openvino_quantizer.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_openvino_inductor.html",
2626
"prototype/pt2e_quant_ptq.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_ptq.html",
27+
"prototype/pt2e_quant_ptq_x86_inductor.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_x86_inductor.html",
2728
"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",
2929
"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",
3130
"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",
31+
"prototype/pt2e_quantizer.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quantizer.html",
32+
"prototype/quantization_in_pytorch_2_0_export_tutorial.html": "../index.html",
33+
"prototype/torchscript_freezing.html": "../index.html",
3334
"receipes/fuse.html": "../index.html",
3435
"receipes/quantization.html": "../index.html",
3536
"receipes/receipes/dynamic_quantization.html": "../index.html",
36-
"advanced/torch_script_custom_classes": "../index.html",
37-
"advanced/cpp_extension.html": "https://docs.pytorch.org/tutorials/advanced/custom_ops_landing_page.html",
38-
"beginner/Intro_to_TorchScript_tutorial.html": "../index.html",
39-
"prototype/torchscript_freezing.html": "../index.html",
37+
"recipes/bundled_inputs.html": "../index.html",
38+
"recipes/recipes_index.html": "../recipes_index.html",
39+
"recipes/torchserve_vertexai_tutorial.html": "../index.html",
4040
}

0 commit comments

Comments
 (0)