mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 23:12:02 +00:00
(mkdocs) fix cross-reference typo
This commit is contained in:
parent
093527a7de
commit
7406d8e01f
|
@ -221,7 +221,7 @@ def load_tensors(path: Path | str, /, device: Device | str = "cpu") -> dict[str,
|
||||||
|
|
||||||
Warning:
|
Warning:
|
||||||
Still, **only load data you trust** and favor using
|
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
|
# see https://github.com/pytorch/pytorch/issues/97207#issuecomment-1494781560
|
||||||
with warnings.catch_warnings():
|
with warnings.catch_warnings():
|
||||||
|
|
Loading…
Reference in a new issue