diff --git a/docs/source/extensions/strategy.rst b/docs/source/extensions/strategy.rst index aceeb1be2f..cccaf32f46 100644 --- a/docs/source/extensions/strategy.rst +++ b/docs/source/extensions/strategy.rst @@ -84,7 +84,7 @@ The below table lists all relevant strategies available in Lightning with their * - ddp_sharded - :class:`~pytorch_lightning.strategies.DDPShardedStrategy` - Optimizer and gradient sharded training provided by FairScale. :ref:`Learn more. ` - * - ddp_spawn_sharded + * - ddp_sharded_spawn - :class:`~pytorch_lightning.strategies.DDPSpawnShardedStrategy` - Optimizer sharded training provided by FairScale. :ref:`Learn more. ` * - ddp_spawn