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 78b7a39 commit db2cc8aCopy full SHA for db2cc8a
docs/source-pytorch/cli/lightning_cli_advanced.rst
@@ -86,7 +86,7 @@ save the config in a logger. An example of this is:
86
87
.. note::
88
89
- The ``save_config``method is only called on rank zero. This allows to implement a custom save config without having
+ The ``save_config`` method is only called on rank zero. This allows to implement a custom save config without having
90
to worry about ranks or race conditions. Since it only runs on rank zero, any collective call will make the process
91
hang waiting for a broadcast. If you need to make collective calls, implement the ``setup`` method instead.
92
0 commit comments