duzx16 commited on
Commit ·
649466f
1
Parent(s): 41fda88
Update dependency
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ ChatGLM-6B-INT4 是 ChatGLM-6B 量化后的模型权重。具体的,ChatGLM-6B
|
|
| 18 |
## 软件依赖
|
| 19 |
|
| 20 |
```shell
|
| 21 |
-
pip install protobuf
|
| 22 |
```
|
| 23 |
|
| 24 |
## 代码调用
|
|
|
|
| 18 |
## 软件依赖
|
| 19 |
|
| 20 |
```shell
|
| 21 |
+
pip install protobuf transformers==4.27.1 cpm_kernels
|
| 22 |
```
|
| 23 |
|
| 24 |
## 代码调用
|