None1145 commited on
Commit
1b712fa
1 Parent(s): abc71c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -19,4 +19,12 @@ tags:
19
  pipeline_tag: text-generation
20
  ---
21
  ## Model Introduction
22
- These models are based on the audio training of Theresa from Arknights
 
 
 
 
 
 
 
 
 
19
  pipeline_tag: text-generation
20
  ---
21
  ## Model Introduction
22
+ These models are based on the audio training of Theresa from Arknights
23
+ ## Chat
24
+ ```bash
25
+ git clone --recursive https://github.com/li-plus/chatglm.cpp.git && cd chatglm.cpp
26
+ cmake -B build
27
+ cmake --build build -j --config Release
28
+ ./build/bin/main -m ChatGLM3-6B-Theresa-GGML-Q8_0.bin -p 你好 -s "请扮演特蕾西娅"
29
+ # 现在我们出去走走,好吗?
30
+ ```