arkii commited on
Commit
481948b
1 Parent(s): 13a6bfb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -18,6 +18,8 @@ tags:
18
 
19
  Can be loaded and used by [chatglm.cpp](https://github.com/li-plus/chatglm.cpp)
20
 
21
- `chatglm -m ./models/chatglm2-6b-ggml.q8_0.bin -p 你好`
 
 
22
 
23
  ![chatglm](chatglm.png)
 
18
 
19
  Can be loaded and used by [chatglm.cpp](https://github.com/li-plus/chatglm.cpp)
20
 
21
+ ```
22
+ chatglm -m ./models/chatglm2-6b-ggml.q8_0.bin -p 你好
23
+ ```
24
 
25
  ![chatglm](chatglm.png)