"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "6c5b20aa09af5a5e1d09aee266fd737ac4527f27"
Unverified Commit 532ca050 authored by Tom Aarsen's avatar Tom Aarsen Committed by GitHub
Browse files

[doc] Fix link in PreTrainedModel documentation (#19065)

parent c603c80f
......@@ -1472,7 +1472,7 @@ class PreTrainedModel(nn.Module, ModuleUtilsMixin, GenerationMixin, PushToHubMix
):
"""
Save a model and its configuration file to a directory, so that it can be re-loaded using the
`[`~PreTrainedModel.from_pretrained`]` class method.
[`~PreTrainedModel.from_pretrained`] class method.
Arguments:
save_directory (`str` or `os.PathLike`):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment