Update requirements

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

View File

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