bartowski commited on
Commit
83fb6e8
1 Parent(s): cfa3424

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.gguf/*" --local-dir 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 (./)