We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac16ff commit e126649Copy full SHA for e126649
docs/source/common/lightning_cli.rst
@@ -64,7 +64,7 @@ LightningCLI
64
^^^^^^^^^^^^
65
66
The implementation of training command line tools is done via the :class:`~pytorch_lightning.utilities.cli.LightningCLI`
67
-class. The minimal installation of pytorch-lightning does not include this support. To enable it either install
+class. The minimal installation of pytorch-lightning does not include this support. To enable it, either install
68
lightning with the :code:`all` extras require or install the package :code:`jsonargparse[signatures]`.
69
70
The case in which the user's :class:`~pytorch_lightning.core.lightning.LightningModule` class implements all required
0 commit comments