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: docs/source/en/guides/cli.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ rendered properly in your Markdown viewer.
4
4
5
5
# Command Line Interface (CLI)
6
6
7
-
The `huggingface_hub` Python package comes with a built-in CLI called `hf`. This tool allows you to interact with the Hugging Face Hub directly from a terminal. For example, you can login to your account, create a repository, upload and download files, etc. It also comes with handy features to configure your machine or manage your cache. In this guide, we will have a look at the main features of the CLI and how to use them.
7
+
The `huggingface_hub` Python package comes with a built-in CLI called `hf`. This tool allows you to interact with the Hugging Face Hub directly from a terminal. For example, you can log in to your account, create a repository, upload and download files, etc. It also comes with handy features to configure your machine or manage your cache. In this guide, we will have a look at the main features of the CLI and how to use them.
8
8
9
9
> [!TIP]
10
10
> This guide covers the most important features of the `hf` CLI.
@@ -174,7 +174,7 @@ hf download --help
174
174
175
175
### Download a single file
176
176
177
-
To download a single file from a repo, simply provide the repo_id and filename as follow:
177
+
To download a single file from a repo, simply provide the repo_id and filename as follows:
0 commit comments