binary-husky commited on
Commit
b7d4ade
1 Parent(s): 3f82208

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -111,7 +111,7 @@ python -m pip install -r requirements.txt
111
  # (II-3)python -m pip install -r requirements.txt
112
  ```
113
 
114
- 如果需要支持清华ChatGLM后端,需要额外安装更多依赖(不熟悉python、电脑配置不佳者,建议不要尝试):
115
  ```sh
116
  python -m pip install -r request_llm/requirements_chatglm.txt
117
  ```
 
111
  # (II-3)python -m pip install -r requirements.txt
112
  ```
113
 
114
+ 如果需要支持清华ChatGLM后端,需要额外安装更多依赖(前提条件:熟悉python + 电脑配置够强):
115
  ```sh
116
  python -m pip install -r request_llm/requirements_chatglm.txt
117
  ```