File size: 496 Bytes
f776ada
31cdd72
 
 
f776ada
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

---
license: apache-2.0
---
	
### wukong-chat
csg-wukong 英文对话版

### 下载
```
  git lfs install
  git lfs clone https://opencsg.com/models/baicai/CSG-Wukong-1B-English-chat.git
```

### 网页推理
执行以下命令安装依赖包:
```
pip install -U streamlit transformers peft
```
执行以下命令启动网页推理:
```
streamlit ./CSG-Wukong-1B-English-chat/run web_streamlit_for_wukong.py ./CSG-Wukong-1B-English-chat/  --theme.base="dark"
```

![对话演示](image.png)