zxdu20 commited on
Commit
a034f2a
1 Parent(s): 3d0afee

Update requirements

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ ChatGLM-6B 是一个开源的、支持中英双语问答和对话的预训练语
14
  ## 软件依赖
15
 
16
  ```shell
17
- pip install "protobuf==3.20.0,transformers==4.26.1,icetk,cpm_kernels"
18
  ```
19
 
20
  ## 代码调用
 
14
  ## 软件依赖
15
 
16
  ```shell
17
+ pip install protobuf==3.20.0 transformers==4.26.1 icetk cpm_kernels
18
  ```
19
 
20
  ## 代码调用