Skip to content

Commit 81066e1

Browse files
brianjosoumith
authored andcommitted
Update ptcheat.rst (#570)
1 parent 9f21916 commit 81066e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beginner_source/ptcheat.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ See `autograd <https://pytorch.org/docs/stable/autograd.html>`__,
2929
`functional <https://pytorch.org/docs/stable/nn.html#torch-nn-functional>`__
3030
and `optim <https://pytorch.org/docs/stable/optim.html>`__
3131

32-
Hybrid frontend
32+
Torchscript and JIT
3333
---------------
3434

3535
.. code-block:: python
@@ -41,7 +41,7 @@ Hybrid frontend
4141
@script # decorator used to indicate data-dependent
4242
# control flow within the code being traced
4343
44-
See `hybrid frontend <https://pytorch.org/docs/stable/hybridfrontend>`__
44+
See `Torchscript <https://pytorch.org/docs/stable/jit.html>`__
4545

4646
ONNX
4747
----

0 commit comments

Comments
 (0)