Update README.md
Browse files
README.md
CHANGED
@@ -152,7 +152,7 @@ pip3 install huggingface-hub
|
|
152 |
Then you can download any individual model file to the current directory, at high speed, with a command like this:
|
153 |
|
154 |
```shell
|
155 |
-
huggingface-cli download
|
156 |
```
|
157 |
|
158 |
<details>
|
@@ -161,7 +161,7 @@ huggingface-cli download TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF mixtral-8x7b-i
|
|
161 |
You can also download multiple files at once with a pattern:
|
162 |
|
163 |
```shell
|
164 |
-
huggingface-cli download
|
165 |
```
|
166 |
|
167 |
For more documentation on downloading with `huggingface-cli`, please see: [HF -> Hub Python Library -> Download files -> Download from the CLI](https://huggingface.co/docs/huggingface_hub/guides/download#download-from-the-cli).
|
|
|
152 |
Then you can download any individual model file to the current directory, at high speed, with a command like this:
|
153 |
|
154 |
```shell
|
155 |
+
huggingface-cli download infosys/NT-Java-1.1B-GGUF NT-Java-1.1B_Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
|
156 |
```
|
157 |
|
158 |
<details>
|
|
|
161 |
You can also download multiple files at once with a pattern:
|
162 |
|
163 |
```shell
|
164 |
+
huggingface-cli download infosys/NT-Java-1.1B-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
165 |
```
|
166 |
|
167 |
For more documentation on downloading with `huggingface-cli`, please see: [HF -> Hub Python Library -> Download files -> Download from the CLI](https://huggingface.co/docs/huggingface_hub/guides/download#download-from-the-cli).
|