(mkdocs) fix cross-reference typo

This commit is contained in:
Laurent 2024-02-02 15:49:54 +00:00 committed by Laureηt
parent 093527a7de
commit 7406d8e01f

View file

@ -221,7 +221,7 @@ def load_tensors(path: Path | str, /, device: Device | str = "cpu") -> dict[str,
Warning:
Still, **only load data you trust** and favor using
[`load_from_safetensors`](refiners.fluxion.utils.load_from_safetensors) instead.
[`load_from_safetensors`][refiners.fluxion.utils.load_from_safetensors] instead.
"""
# see https://github.com/pytorch/pytorch/issues/97207#issuecomment-1494781560
with warnings.catch_warnings():