rollercoasterX commited on
Commit
9d43d36
·
verified ·
1 Parent(s): 2213461

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ cmake --build build -- -j
34
  After installation, you can start the GLM-Edge Chat model using the following command:
35
 
36
  ```shell
37
- llama-cli -m <path>/model.gguf -cnv --chat-template chatglm4 -p "You are a helpful AI assistant." -ngl 999
38
  ```
39
 
40
  In the command-line interface, you can interact with the model by entering your requests, and the model will provide the
 
34
  After installation, you can start the GLM-Edge Chat model using the following command:
35
 
36
  ```shell
37
+ llama-cli -m <path>/model.gguf -cnv --chat-template glmedge -p "You are a helpful AI assistant." -ngl 999
38
  ```
39
 
40
  In the command-line interface, you can interact with the model by entering your requests, and the model will provide the