Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pytorch
GitHub Repository: pytorch/tutorials
Path: blob/main/redirects.py
3698 views
1
redirects = {
2
"advanced/cpp_extension.html": "https://docs.pytorch.org/tutorials/advanced/custom_ops_landing_page.html",
3
"advanced/cpp_cuda_graphs.html": "../index.html",
4
"advanced/dynamic_quantization_tutorial.html": "../index.html",
5
"advanced/static_quantization_tutorial.html": "../index.html",
6
"advanced/super_resolution_with_onnxruntime.html": "../index.html",
7
"advanced/torch_script_custom_classes": "../index.html",
8
"advanced_source/static_quantization_tutorial.rst": "../index.html",
9
"beginner/Intro_to_TorchScript_tutorial.html": "../index.html",
10
"beginner/deploy_seq2seq_hybrid_frontend_tutorial.html": "../index.html",
11
"beginner/hybrid_frontend_tutorial": "../index.html",
12
"beginner/hybrid_frontend/learning_hybrid_frontend_through_example_tutorial.html": "../../index.html",
13
"beginner/flava_finetuning_tutorial.html": "../index.html",
14
"beginner/ptcheat.html": "../index.html",
15
"beginner/audio_io_tutorial.html": "../index.html",
16
"intermediate/FSDP_adavnced_tutorial.html": "https://docs.pytorch.org/tutorials/intermediate/FSDP_advanced_tutorial.html",
17
"intermediate/dynamic_quantization_bert_tutorial.html": "../index.html",
18
"intermediate/flask_rest_api_tutorial": "../index.html",
19
"intermediate/quantized_transfer_learning_tutorial.html": "../index.html",
20
"intermediate/torchserve_with_ipex.html": "../index.html",
21
"intermediate/torchserve_with_ipex_2.html": "../index.html",
22
"intermediate/tiatoolbox_tutorial.html": "../index.html",
23
"prototype/backend_config_tutorial.html": "../index.html",
24
"prototype/flight_recorder_tutorial.html": "https://docs.pytorch.org/tutorials/unstable/flight_recorder_tutorial.html",
25
"prototype/fx_graph_mode_ptq_dynamic.html": "../index.html",
26
"prototype/fx_graph_mode_ptq_static.html": "../index.html",
27
"prototype/fx_graph_mode_quant_guide.html": "../index.html",
28
"prototype/graph_mode_dynamic_bert_tutorial.html": "../index.html",
29
"prototype/inductor_windows.html": "https://pytorch.org/tutorials/unstable/inductor_windows.html",
30
"prototype/numeric_suite_tutorial.html": "../index.html",
31
"prototype/openvino_quantizer.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_openvino_inductor.html",
32
"prototype/pt2e_quant_ptq.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_ptq.html",
33
"prototype/pt2e_quant_ptq_x86_inductor.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_x86_inductor.html",
34
"prototype/pt2e_quant_qat.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_qat.html",
35
"prototype/pt2e_quant_x86_inductor.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_x86_inductor.html",
36
"prototype/pt2e_quant_xpu_inductor.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_xpu_inductor.html",
37
"prototype/pt2e_quantizer.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quantizer.html",
38
"prototype/quantization_in_pytorch_2_0_export_tutorial.html": "../index.html",
39
"prototype/torchscript_freezing.html": "../index.html",
40
"prototype/nestedtensor.html": "../unstable/nestedtensor.html",
41
"recipes_source/cuda_rpc.rst": "../index.html",
42
"receipes/fuse.html": "../index.html",
43
"receipes/quantization.html": "../index.html",
44
"receipes/receipes/dynamic_quantization.html": "../index.html",
45
"recipes/bundled_inputs.html": "../index.html",
46
"recipes/inference_tuning_on_aws_graviton.html": "../index.html",
47
"recipes/recipes_index.html": "../recipes_index.html",
48
"recipes/intel_extension_for_pytorch.html": "../index.html",
49
"recipes/torch_compile_backend_ipex.html": "../index.html",
50
"recipes/torchserve_vertexai_tutorial.html": "../index.html",
51
"recipes/amx.html": "../index.html",
52
"unstable_source/vulkan_workflow.rst": "../index.html",
53
"unstable/semi_structured_sparse.html": "https://docs.pytorch.org/tutorials/advanced/semi_structured_sparse.html",
54
"unstable/skip_param_init.html": "https://docs.pytorch.org/tutorials/recipes/recipes/module_load_state_dict_tips.html",
55
"unstable_source/backend_config_tutorial.rst": "../index.html",
56
"prototype/maskedtensor_overview.html": "../unstable/maskedtensor_overview.html",
57
}
58
59