Fix typo in huggingface-cli download example

#8
by hmailhot - opened
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>