JustinLin610 commited on
Commit
f5de143
·
verified ·
1 Parent(s): 7560923

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  license: other
3
  license_name: tongyi-qianwen
4
- license_link: https://huggingface.co/Qwen/Qwen2-beta-72B-Chat-GGUF/blob/main/LICENSE
5
  language:
6
  - en
7
  pipeline_tag: text-generation
@@ -48,7 +48,7 @@ For the `q5_k_m` model, due to maximum file size for uploading, we split the GGU
48
  cat qwen1_5-72b-chat-q5_k_m.gguf.* > qwen1_5-72b-chat-q5_k_m.gguf
49
  ```
50
 
51
- We demonstrate how to use `llama.cpp` to run Qwen2-beta:
52
  ```shell
53
  ./main -m qwen1_5-72b-chat-q2_k.gguf -n 512 --color -i -cml -f prompts/chat-with-qwen.txt
54
  ```
 
1
  ---
2
  license: other
3
  license_name: tongyi-qianwen
4
+ license_link: https://huggingface.co/Qwen/Qwen1.5-72B-Chat-GGUF/blob/main/LICENSE
5
  language:
6
  - en
7
  pipeline_tag: text-generation
 
48
  cat qwen1_5-72b-chat-q5_k_m.gguf.* > qwen1_5-72b-chat-q5_k_m.gguf
49
  ```
50
 
51
+ We demonstrate how to use `llama.cpp` to run Qwen1.5:
52
  ```shell
53
  ./main -m qwen1_5-72b-chat-q2_k.gguf -n 512 --color -i -cml -f prompts/chat-with-qwen.txt
54
  ```