TheBloke hmailhot commited on
Commit
191239b
1 Parent(s): 9ca6251

Fix typo in huggingface-cli download example (#8)

Browse files

- Fix typo in huggingface-cli download example (c431839982291805b6f6f39c2afd539ec97762c2)


Co-authored-by: Hugo Mailhot <hmailhot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -173,7 +173,7 @@ pip3 install huggingface-hub>=0.17.1
173
  Then you can download any individual model file to the current directory, at high speed, with a command like this:
174
 
175
  ```shell
176
- huggingface-cli download TheBloke/Llama-2-7b-Chat-GGUF llama-2-7b-chat.q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
177
  ```
178
 
179
  <details>
173
  Then you can download any individual model file to the current directory, at high speed, with a command like this:
174
 
175
  ```shell
176
+ huggingface-cli download TheBloke/Llama-2-7b-Chat-GGUF llama-2-7b-chat.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
177
  ```
178
 
179
  <details>