diff --git a/docs/source-fabric/fundamentals/installation.rst b/docs/source-fabric/fundamentals/installation.rst index 9dae33457b..f7c35f734f 100644 --- a/docs/source-fabric/fundamentals/installation.rst +++ b/docs/source-fabric/fundamentals/installation.rst @@ -37,7 +37,8 @@ Fabric is part of the `Lightning `_ package. Here is how y If you don't already have it, this command will also install the latest `stable PyTorch version `_. -The oldest version of PyTorch that Fabric supports is v1.11.0. + +You can find our the list of supported PyTorch versions in our `compatibility matrix `__. ---- diff --git a/docs/source-pytorch/index.rst b/docs/source-pytorch/index.rst index 1804c2f5d1..6797571fee 100644 --- a/docs/source-pytorch/index.rst +++ b/docs/source-pytorch/index.rst @@ -40,7 +40,7 @@ Pip users .. code-block:: bash - pip install 'lightning' + pip install lightning .. raw:: html @@ -60,7 +60,7 @@ Conda users Or read the `advanced install guide `_ -We are fully compatible with any stable PyTorch version v1.11 and above. +You can find our the list of supported PyTorch versions in our :ref:`compatibility matrix `. .. raw:: html