zxdu20 commited on
Commit
ac23f2a
1 Parent(s): 27d477b

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 "transformers>=4.23.1,icetk,cpm_kernels"
18
  ```
19
 
20
  ## 代码调用
 
14
  ## 软件依赖
15
 
16
  ```shell
17
+ pip install "transformers==4.26.1,icetk,cpm_kernels"
18
  ```
19
 
20
  ## 代码调用