zxdu20 commited on
Commit
649466f
1 Parent(s): 41fda88

Update dependency

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ ChatGLM-6B-INT4 是 ChatGLM-6B 量化后的模型权重。具体的,ChatGLM-6B
18
  ## 软件依赖
19
 
20
  ```shell
21
- pip install protobuf==3.20.0 transformers==4.26.1 icetk cpm_kernels
22
  ```
23
 
24
  ## 代码调用
 
18
  ## 软件依赖
19
 
20
  ```shell
21
+ pip install protobuf transformers==4.27.1 cpm_kernels
22
  ```
23
 
24
  ## 代码调用