Skip to content

Commit 7b2ce0d

Browse files
committed
jirka suggestion
1 parent 97cb39c commit 7b2ce0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source-fabric/advanced/compile.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Speed up models by compiling them
33
#################################
44

55
Compiling your PyTorch model can result in significant speedups, especially on the latest generations of GPUs.
6-
This guide shows you how to apply `torch.compile <https://pytorch.org/docs/stable/generated/torch.compile.html>`_ correctly in your code.
6+
This guide shows you how to apply `torch.compile <https://pytorch.org/docs/2.2/generated/torch.compile.html>`_ correctly in your code.
77

88
.. note::
99

docs/source-pytorch/advanced/compile.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Speed up models by compiling them
33
#################################
44

55
Compiling your LightningModule can result in significant speedups, especially on the latest generations of GPUs.
6-
This guide shows you how to apply `torch.compile <https://pytorch.org/docs/stable/generated/torch.compile.html>`_ correctly in your code.
6+
This guide shows you how to apply `torch.compile <https://pytorch.org/docs/2.2/generated/torch.compile.html>`_ correctly in your code.
77

88
.. note::
99

0 commit comments

Comments
 (0)