Update README.md
Browse files版本需要更新,否则会出现RuntimeError: Tensors must have same number of dimensions: got 4 and 2
README.md
CHANGED
@@ -16,7 +16,7 @@ ChatGLM-6B is an open bilingual language model based on [General Language Model
|
|
16 |
## 软件依赖
|
17 |
|
18 |
```shell
|
19 |
-
pip install protobuf==3.20.0 transformers==4.
|
20 |
```
|
21 |
|
22 |
## 代码调用
|
|
|
16 |
## 软件依赖
|
17 |
|
18 |
```shell
|
19 |
+
pip install protobuf==3.20.0 transformers==4.27.4 icetk cpm_kernels
|
20 |
```
|
21 |
|
22 |
## 代码调用
|