We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7e422 commit 234b80bCopy full SHA for 234b80b
docs/hub/models-downloading.md
@@ -20,7 +20,7 @@ You can use the [`huggingface_hub`](https://github.com/huggingface/huggingface_h
20
```bash
21
hf download HuggingFaceH4/zephyr-7b-beta
22
```
23
-See the [HF download documentation](https://huggingface.co/docs/huggingface_hub/en/guides/cli#download-an-entire-repository) for more information.
+See the [CLI download documentation](https://huggingface.co/docs/huggingface_hub/en/guides/cli#download-an-entire-repository) for more information.
24
25
You can also integrate this into your own library. For example, you can quickly load a Scikit-learn model with a few lines.
26
```py
0 commit comments