rollercoasterX
commited on
Update README.md
Browse files
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
|
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
|