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 4d96a78 commit 4c39c30Copy full SHA for 4c39c30
src/lightning/fabric/plugins/io/checkpoint_io.py
@@ -60,7 +60,7 @@ def load_checkpoint(
60
primitive types. If loading a checkpoint from a trusted source that contains an ``nn.Module``, use
61
``weights_only=False``. If loading checkpoint from an untrusted source, we recommend using
62
``weights_only=True``. For more information, please refer to the
63
- `PyTorch Developer Notes on Serialization Semantics <https://docs.pytorch.org/docs/main/notes/serialization.html#id3>`__.
+ `PyTorch Developer Notes on Serialization Semantics <https://docs.pytorch.org/docs/main/notes/serialization.html#id3>`_.
64
65
Returns: The loaded checkpoint.
66
0 commit comments