clonefy commited on
Commit
a77c06c
1 Parent(s): 0e6a1f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -36,7 +36,7 @@ Cloning the repo may be inefficient, and thus you can manually download the GGUF
36
  huggingface-cli download Qwen/Qwen2-0.5B-Instruct-GGUF qwen2-0_5b-instruct-q8_0.gguf --local-dir . --local-dir-use-symlinks False
37
  ```
38
 
39
- We demonstrate how to use `llama.cpp` to run Qwen1.5:
40
  ```shell
41
  ./main -m qwen2-0_5b-instruct-q8_0.gguf -n 512 --color -i -cml -f prompts/chat-with-qwen.txt
42
  ```
 
36
  huggingface-cli download Qwen/Qwen2-0.5B-Instruct-GGUF qwen2-0_5b-instruct-q8_0.gguf --local-dir . --local-dir-use-symlinks False
37
  ```
38
 
39
+ We demonstrate how to use `llama.cpp` to run Qwen2:
40
  ```shell
41
  ./main -m qwen2-0_5b-instruct-q8_0.gguf -n 512 --color -i -cml -f prompts/chat-with-qwen.txt
42
  ```