Update requirements

This commit is contained in:
duzx16 2023-03-14 12:19:54 +08:00
parent 3d0afeeed7
commit a034f2a1ed
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ ChatGLM-6B 是一个开源的、支持中英双语问答和对话的预训练语
## 软件依赖 ## 软件依赖
```shell ```shell
pip install "protobuf==3.20.0,transformers==4.26.1,icetk,cpm_kernels" pip install protobuf==3.20.0 transformers==4.26.1 icetk cpm_kernels
``` ```
## 代码调用 ## 代码调用