zR commited on
Commit
e824789
1 Parent(s): 12372fe
Files changed (2) hide show
  1. README.md +1 -1
  2. README_en.md +1 -1
README.md CHANGED
@@ -76,7 +76,7 @@ GLM-4-9B 是智谱 AI 推出的最新一代预训练模型 GLM-4 系列中的开
76
 
77
  ### 使用 transformers 后端进行推理:
78
 
79
- **请使用 transformers == 4.42.4**
80
 
81
  ```python
82
  import torch
 
76
 
77
  ### 使用 transformers 后端进行推理:
78
 
79
+ **请严格按照[依赖](https://github.com/THUDM/GLM-4/blob/main/basic_demo/requirements.txt)安装,否则无法正常运行**
80
 
81
  ```python
82
  import torch
README_en.md CHANGED
@@ -70,7 +70,7 @@ For more inference code and requirements, please visit our [github page](https:/
70
 
71
  ### Use the following method to quickly call the GLM-4-9B-Chat language model
72
 
73
- **Please use transformers == 4.42.4**
74
 
75
  Use the transformers backend for inference:
76
 
 
70
 
71
  ### Use the following method to quickly call the GLM-4-9B-Chat language model
72
 
73
+ **Please strictly follow the [dependencies](https://github.com/THUDM/GLM-4/blob/main/basic_demo/requirements.txt) to install, otherwise it will not run properly**
74
 
75
  Use the transformers backend for inference:
76