Update README.md
Browse files
README.md
CHANGED
@@ -270,7 +270,7 @@ huggingface-cli download bartowski/Meta-Llama-3.1-70B-Instruct-GGUF --include "M
|
|
270 |
If the model is bigger than 50GB, it will have been split into multiple files. In order to download them all to a local folder, run:
|
271 |
|
272 |
```
|
273 |
-
huggingface-cli download bartowski/Meta-Llama-3.1-70B-Instruct-GGUF --include "Meta-Llama-3.1-70B-Instruct-Q8_0
|
274 |
```
|
275 |
|
276 |
You can either specify a new local-dir (Meta-Llama-3.1-70B-Instruct-Q8_0) or download them all in place (./)
|
|
|
270 |
If the model is bigger than 50GB, it will have been split into multiple files. In order to download them all to a local folder, run:
|
271 |
|
272 |
```
|
273 |
+
huggingface-cli download bartowski/Meta-Llama-3.1-70B-Instruct-GGUF --include "Meta-Llama-3.1-70B-Instruct-Q8_0/*" --local-dir ./
|
274 |
```
|
275 |
|
276 |
You can either specify a new local-dir (Meta-Llama-3.1-70B-Instruct-Q8_0) or download them all in place (./)
|