jklj077 commited on
Commit
b0e2b4a
1 Parent(s): 2e7d7cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -60,8 +60,8 @@ Since cloning the entire repo may be inefficient, you can manually download the
60
  For users, to achieve chatbot-like experience, it is recommended to commence in the conversation mode:
61
 
62
  ```shell
63
- ./llama-cli -m qwen2.5-72b-instruct-q5_k_m.gguf \
64
- -co -cnv -p "You are a helpful assistant." \
65
  -fa -ngl 80 -n 512
66
  ```
67
 
 
60
  For users, to achieve chatbot-like experience, it is recommended to commence in the conversation mode:
61
 
62
  ```shell
63
+ ./llama-cli -m <gguf-file-path> \
64
+ -co -cnv -p "You are Qwen, created by Alibaba Cloud. You are a helpful assistant." \
65
  -fa -ngl 80 -n 512
66
  ```
67