You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/huggingface_hub/commands/upload_large_folder.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ def run(self) -> None:
105
105
" - You must not delete the `./.cache/huggingface/` folder while a process is running.\n"
106
106
" - You can delete the `./.cache/huggingface/` folder to reinitialize the upload state when process is not running. Files will have to be hashed and preuploaded again, except for already committed files.\n"
107
107
"\n"
108
-
"If the process output is to verbose, you can disable the progress bars with `--no-bars`. "
108
+
"If the process output is too verbose, you can disable the progress bars with `--no-bars`. "
109
109
"You can also entirely disable the status report with `--no-report`.\n"
110
110
"\n"
111
111
"For more details, run `huggingface-cli upload-large-folder --help` or check the documentation at "
0 commit comments