From 83fd3d4017e735128f9ce9fe11d18013f81ee065 Mon Sep 17 00:00:00 2001 From: Kai Date: Tue, 5 Sep 2023 16:30:17 +0800 Subject: [PATCH] rename doanloading to downloading --- src/transformers/modeling_tf_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transformers/modeling_tf_utils.py b/src/transformers/modeling_tf_utils.py index 9857dcb500d7..4fbd984b1648 100644 --- a/src/transformers/modeling_tf_utils.py +++ b/src/transformers/modeling_tf_utils.py @@ -2574,7 +2574,7 @@ def from_pretrained( output_loading_info(`bool`, *optional*, defaults to `False`): Whether ot not to also return a dictionary containing missing keys, unexpected keys and error messages. local_files_only(`bool`, *optional*, defaults to `False`): - Whether or not to only look at local files (e.g., not try doanloading the model). + Whether or not to only look at local files (e.g., not try downloading the model). token (`str` or `bool`, *optional*): The token to use as HTTP bearer authorization for remote files. If `True`, or not specified, will use the token generated when running `huggingface-cli login` (stored in `~/.huggingface`).