jklj077 commited on
Commit
b17e1f5
1 Parent(s): 0a6ba54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,7 +50,7 @@ Since cloning the entire repo may be inefficient, you can manually download the
50
  ```shell
51
  huggingface-cli download Qwen/Qwen2.5-14B-Instruct-GGUF --include "qwen2.5-14b-instruct-q5_k_m*.gguf" --local-dir . --local-dir-use-symlinks False
52
  ```
53
- For large files, we split them into multiple segments due to the limitation of file upload. They share a prefix, with a suffix indicating its index. For examples, `qwen2.5-14b-instruct-q5_k_m-00001-of-00003.gguf` and `qwen2.5-14b-instruct-q5_k_m-00001-of-00003.gguf`. The above command will download all of them.
54
  3. (Optional) Merge:
55
  For split files, you need to merge them first with the command `llama-gguf-split` as shown below:
56
  ```bash
 
50
  ```shell
51
  huggingface-cli download Qwen/Qwen2.5-14B-Instruct-GGUF --include "qwen2.5-14b-instruct-q5_k_m*.gguf" --local-dir . --local-dir-use-symlinks False
52
  ```
53
+ For large files, we split them into multiple segments due to the limitation of file upload. They share a prefix, with a suffix indicating its index. For examples, `qwen2.5-14b-instruct-q5_k_m-00001-of-00003.gguf` to `qwen2.5-14b-instruct-q5_k_m-00001-of-00003.gguf`. The above command will download all of them.
54
  3. (Optional) Merge:
55
  For split files, you need to merge them first with the command `llama-gguf-split` as shown below:
56
  ```bash