Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pytorch
GitHub Repository: pytorch/tutorials
Path: blob/main/redirects.py
1367 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
}
7
8