File size: 717 Bytes
b53b5a8
 
 
 
 
 
 
 
 
21ec7ed
b53b5a8
21ec7ed
 
 
 
 
 
 
b53b5a8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
language:
- zh
library_name: transformers
pipeline_tag: text2text-generation
---

## 介绍: `chatglm6b-dddd`叫`chatglm6b等等弟弟`
1. `chatglm6b`官方更新的代码太快了,并不知道官方的代码会不会有什么bug,而且还需要基于官方的代码做二次修改,简直是跟不起~
2. 因此,维护一个我自己使用的版本,保证自己使用lora微调版本跑起来没问题。


## 安装依赖

```bash
pip install protobuf==3.20.0 transformers==4.26.1 icetk cpm_kernels

```
更多信息,可以查看这个链接:[https://github.com/yuanzhoulvpi2017/zero_nlp/tree/main/simple_thu_chatglm6b](https://github.com/yuanzhoulvpi2017/zero_nlp/tree/main/simple_thu_chatglm6b)