Skip to content

Commit

Permalink
fix typo (huggingface#25981)
Browse files Browse the repository at this point in the history
rename doanloading to downloading
  • Loading branch information
kai01ai authored and blbadger committed Nov 8, 2023
1 parent 961898e commit 163c7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/modeling_tf_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand Down

0 comments on commit 163c7b4

Please sign in to comment.