Update README.md
Browse files
README.md
CHANGED
|
@@ -105,7 +105,9 @@ Refer to the Provided Files table below to see what files use which methods, and
|
|
| 105 |
<!-- README_GGUF.md-how-to-download start -->
|
| 106 |
## How to download GGUF files
|
| 107 |
|
| 108 |
-
|
|
|
|
|
|
|
| 109 |
|
| 110 |
```shell
|
| 111 |
pip3 install huggingface-hub
|
|
|
|
| 105 |
<!-- README_GGUF.md-how-to-download start -->
|
| 106 |
## How to download GGUF files
|
| 107 |
|
| 108 |
+
**On the command line, including multiple files at once**
|
| 109 |
+
|
| 110 |
+
The use of the Huggingface Hub Python library is recommended:
|
| 111 |
|
| 112 |
```shell
|
| 113 |
pip3 install huggingface-hub
|