Skip to content

Commit 0a7cdab

Browse files
authored
Add missing todo and redirects
1 parent 79d4a82 commit 0a7cdab

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
..
2+
TODO(gmagogsfm): Replace/delete this document by 2.9 release. https://github.com/pytorch/tutorials/issues/3456
3+
14
.. warning::
25
TorchScript is deprecated, please use
36
`torch.export<https://docs.pytorch.org/tutorials/intermediate/torch_export_tutorial.html>`_ instead.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
..
2+
TODO(gmagogsfm): Replace/delete this document by 2.9 release. https://github.com/pytorch/tutorials/issues/3456
3+
14
.. warning::
25
TorchScript is deprecated, please use
36
`torch.export<https://docs.pytorch.org/tutorials/intermediate/torch_export_tutorial.html>`_ instead.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
..
2+
TODO(gmagogsfm): Replace/delete this document by 2.9 release. https://github.com/pytorch/tutorials/issues/3456
3+
14
.. warning::
25
TorchScript is deprecated, please use
36
`torch.export<https://docs.pytorch.org/tutorials/intermediate/torch_export_tutorial.html>`_ instead.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
..
2+
TODO(gmagogsfm): Replace/delete this document by 2.9 release. https://github.com/pytorch/tutorials/issues/3456
3+
14
.. warning::
25
TorchScript is deprecated, please use
36
`torch.export<https://docs.pytorch.org/tutorials/intermediate/torch_export_tutorial.html>`_ instead.

redirects.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,7 @@
2929
"receipes/fuse.html": "../index.html",
3030
"receipes/quantization.html": "../index.html",
3131
"receipes/receipes/dynamic_quantization.html": "../index.html",
32+
"advanced/torch_script_custom_classes": "../index.html",
33+
"beginner/Intro_to_TorchScript_tutorial.html": "../index.html",
34+
"prototype/torchscript_freezing.html": "../index.html",
3235
}

0 commit comments

Comments
 (0)