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 4c39c30 commit 861d7e0Copy full SHA for 861d7e0
src/lightning/fabric/utilities/cloud_io.py
@@ -45,7 +45,7 @@ def _load(
45
types. If loading a checkpoint from a trusted source that contains an ``nn.Module``, use
46
``weights_only=False``. If loading checkpoint from an untrusted source, we recommend using
47
``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>`__.
+ `PyTorch Developer Notes on Serialization Semantics <https://docs.pytorch.org/docs/main/notes/serialization.html#id3>`_.
49
50
"""
51
if not isinstance(path_or_url, (str, Path)):
0 commit comments