|
1 | 1 | 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", |
7 | 4 | "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", |
11 | 8 | "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", |
14 | 11 | "intermediate/dynamic_quantization_bert_tutorial.html": "../index.html",
|
| 12 | + "intermediate/flask_rest_api_tutorial": "../index.html", |
15 | 13 | "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", |
18 | 17 | "prototype/flight_recorder_tutorial.html": "https://docs.pytorch.org/tutorials/unstable/flight_recorder_tutorial.html",
|
19 | 18 | "prototype/fx_graph_mode_ptq_dynamic.html": "../index.html",
|
20 | 19 | "prototype/fx_graph_mode_ptq_static.html": "../index.html",
|
21 | 20 | "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", |
25 | 22 | "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", |
26 | 25 | "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", |
27 | 27 | "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", |
29 | 28 | "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", |
31 | 29 | "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", |
33 | 33 | "receipes/fuse.html": "../index.html",
|
34 | 34 | "receipes/quantization.html": "../index.html",
|
35 | 35 | "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", |
39 | 39 | }
|
0 commit comments