Commit 7b2ce0d 1 parent 97cb39c commit 7b2ce0d Copy full SHA for 7b2ce0d
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Speed up models by compiling them
3
3
#################################
4
4
5
5
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.
7
7
8
8
.. note ::
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Speed up models by compiling them
3
3
#################################
4
4
5
5
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.
7
7
8
8
.. note ::
9
9
You can’t perform that action at this time.
0 commit comments