Skip to content

Commit

Permalink
[doc] fix broken link (NVIDIA#7481)
Browse files Browse the repository at this point in the history
Signed-off-by: Stas Bekman <[email protected]>
Signed-off-by: Sasha Meister <[email protected]>
  • Loading branch information
stas00 authored and ssh-meister committed Oct 2, 2023
1 parent 96467a8 commit f8e9452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/core/exp_manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Optionally, launch TensorBoard to view the training results in ``./nemo_experime
..
If ``create_checkpoint_callback`` is set to ``True``, then NeMo automatically creates checkpoints during training
using PyTorch Lightning's `ModelCheckpoint <https://pytorch-lightning.readthedocs.io/en/stable/extensions/generated/pytorch_lightning.callbacks.ModelCheckpoint.html#pytorch_lightning.callbacks.ModelCheckpoint>`_.
using PyTorch Lightning's `ModelCheckpoint <https://lightning.ai/docs/pytorch/stable/api/lightning.pytorch.callbacks.ModelCheckpoint.html>`_.
We can configure the ``ModelCheckpoint`` via YAML or CLI.

.. code-block:: yaml
Expand Down

0 comments on commit f8e9452

Please sign in to comment.