Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pytorch
GitHub Repository: pytorch/tutorials
Path: blob/main/redirects.py
1674 views
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
"advanced/super_resolution_with_onnxruntime.html": "../index.html",
7
"intermediate/torchserve_with_ipex.html": "../index.html",
8
"intermediate/torchserve_with_ipex_2.html": "../index.html",
9
"recipes/torchserve_vertexai_tutorial.html": "../index.html",
10
"beginner/flava_finetuning_tutorial.html": "../index.html",
11
"advanced/static_quantization_tutorial.html": "../index.html",
12
"advanced/dynamic_quantization_tutorial.html": "../index.html",
13
"intermediate/dynamic_quantization_bert_tutorial.html": "../index.html",
14
"intermediate/quantized_transfer_learning_tutorial.html": "../index.html",
15
"prototype/graph_mode_dynamic_bert_tutorial.html": "../index.html",
16
"prototype/flight_recorder_tutorial.html": "https://docs.pytorch.org/tutorials/unstable/flight_recorder_tutorial.html",
17
"prototype/fx_graph_mode_ptq_dynamic.html": "../index.html",
18
"prototype/fx_graph_mode_ptq_static.html": "../index.html",
19
"prototype/fx_graph_mode_quant_guide.html": "../index.html",
20
"prototype/backend_config_tutorial.html": "../index.html",
21
"prototype/numeric_suite_tutorial.html": "../index.html",
22
"prototype/quantization_in_pytorch_2_0_export_tutorial.html": "../index.html",
23
"prototype/inductor_windows.html": "https://pytorch.org/tutorials/unstable/inductor_windows.html",
24
"prototype/pt2e_quant_ptq.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_ptq.html",
25
"prototype/pt2e_quant_qat.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_qat.html",
26
"prototype/pt2e_quantizer.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quantizer.html",
27
"prototype/pt2e_quant_x86_inductor.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_x86_inductor.html",
28
"prototype/pt2e_quant_ptq_x86_inductor.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_x86_inductor.html",
29
"prototype/pt2e_quant_xpu_inductor.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_xpu_inductor.html",
30
"prototype/openvino_quantizer.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_openvino_inductor.html",
31
"receipes/fuse.html": "../index.html",
32
"receipes/quantization.html": "../index.html",
33
"receipes/receipes/dynamic_quantization.html": "../index.html",
34
"advanced/torch_script_custom_classes": "../index.html",
35
"beginner/Intro_to_TorchScript_tutorial.html": "../index.html",
36
"prototype/torchscript_freezing.html": "../index.html",
37
}
38
39