baby12 commited on
Commit
75b05ad
1 Parent(s): fdb7a60

Update README.md

Browse files

版本需要更新,否则会出现RuntimeError: Tensors must have same number of dimensions: got 4 and 2

Files changed (1) hide show
  1. README.md +1 -1
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.26.1 icetk cpm_kernels
20
  ```
21
 
22
  ## 代码调用
 
16
  ## 软件依赖
17
 
18
  ```shell
19
+ pip install protobuf==3.20.0 transformers==4.27.4 icetk cpm_kernels
20
  ```
21
 
22
  ## 代码调用