"tests/git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "a8a9b2e55124074ef0e75690c8c30a126bb409c3"
Unverified Commit fb3d0df4 authored by Stas Bekman's avatar Stas Bekman Committed by GitHub
Browse files

typo (#16621)

parent ae6a7a76
...@@ -1487,7 +1487,7 @@ class PreTrainedModel(nn.Module, ModuleUtilsMixin, GenerationMixin, PushToHubMix ...@@ -1487,7 +1487,7 @@ class PreTrainedModel(nn.Module, ModuleUtilsMixin, GenerationMixin, PushToHubMix
Please refer to the mirror site for more information. Please refer to the mirror site for more information.
_fast_init(`bool`, *optional*, defaults to `True`): _fast_init(`bool`, *optional*, defaults to `True`):
Whether or not to disable fast initialization. Whether or not to disable fast initialization.
low_cpu_mem_usage(`bool``, *optional*, defaults to `False`): low_cpu_mem_usage(`bool`, *optional*, defaults to `False`):
Tries to not use more than 1x model size in CPU memory (including peak memory) while loading the model. Tries to not use more than 1x model size in CPU memory (including peak memory) while loading the model.
This is an experimental feature and a subject to change at any moment. This is an experimental feature and a subject to change at any moment.
torch_dtype (`str` or `torch.dtype`, *optional*): torch_dtype (`str` or `torch.dtype`, *optional*):
......
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