diff --git a/docs/source/advanced/model_parallel.rst b/docs/source/advanced/model_parallel.rst index 18c83bde743c8..5cf7556be1efd 100644 --- a/docs/source/advanced/model_parallel.rst +++ b/docs/source/advanced/model_parallel.rst @@ -296,7 +296,6 @@ Below we show an example of running `ZeRO-Offload ` for details. +See :ref:`manual optimization ` for details. .. code-block:: python diff --git a/docs/source/extensions/plugins.rst b/docs/source/extensions/plugins.rst index 40ea79e2c6c0e..11468e86e9d2e 100644 --- a/docs/source/extensions/plugins.rst +++ b/docs/source/extensions/plugins.rst @@ -71,7 +71,7 @@ Below is a list of built-in plugins for checkpointing. TorchCheckpointIO XLACheckpointIO -You could learn more about custom checkpointing with Lightning :ref:`here <../common/checkpointing:Customize Checkpointing>`. +You could learn more about custom checkpointing with Lightning :ref:`here `. Cluster Environments --------------------