Skip to content

Commit 861d7e0

Browse files
committed
fix another link
1 parent 4c39c30 commit 861d7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning/fabric/utilities/cloud_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def _load(
4545
types. If loading a checkpoint from a trusted source that contains an ``nn.Module``, use
4646
``weights_only=False``. If loading checkpoint from an untrusted source, we recommend using
4747
``weights_only=True``. For more information, please refer to the
48-
`PyTorch Developer Notes on Serialization Semantics <https://docs.pytorch.org/docs/main/notes/serialization.html#id3>`__.
48+
`PyTorch Developer Notes on Serialization Semantics <https://docs.pytorch.org/docs/main/notes/serialization.html#id3>`_.
4949
5050
"""
5151
if not isinstance(path_or_url, (str, Path)):

0 commit comments

Comments
 (0)