Skip to content

Commit 4c39c30

Browse files
committed
fix link
1 parent 4d96a78 commit 4c39c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning/fabric/plugins/io/checkpoint_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def load_checkpoint(
6060
primitive types. If loading a checkpoint from a trusted source that contains an ``nn.Module``, use
6161
``weights_only=False``. If loading checkpoint from an untrusted source, we recommend using
6262
``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>`__.
63+
`PyTorch Developer Notes on Serialization Semantics <https://docs.pytorch.org/docs/main/notes/serialization.html#id3>`_.
6464
6565
Returns: The loaded checkpoint.
6666

0 commit comments

Comments
 (0)