Skip to content

Commit e5eab4e

Browse files
authored
Reference the compatibility matrix (#17091)
1 parent 1835cc0 commit e5eab4e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/source-fabric/fundamentals/installation.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ Fabric is part of the `Lightning <https://lightning.ai>`_ package. Here is how y
3737
3838

3939
If you don't already have it, this command will also install the latest `stable PyTorch version <https://pytorch.org/>`_.
40-
The oldest version of PyTorch that Fabric supports is v1.11.0.
40+
41+
You can find our the list of supported PyTorch versions in our `compatibility matrix <https://lightning.ai/docs/pytorch/stable/versioning.html#compatibility-matrix>`__.
4142

4243

4344
----

docs/source-pytorch/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Pip users
4040

4141
.. code-block:: bash
4242
43-
pip install 'lightning'
43+
pip install lightning
4444
4545
.. raw:: html
4646

@@ -60,7 +60,7 @@ Conda users
6060

6161
Or read the `advanced install guide <starter/installation.html>`_
6262

63-
We are fully compatible with any stable PyTorch version v1.11 and above.
63+
You can find our the list of supported PyTorch versions in our :ref:`compatibility matrix <versioning:Compatibility matrix>`.
6464

6565
.. raw:: html
6666

0 commit comments

Comments
 (0)