Update README.md

This commit is contained in:
binary-husky
2023-04-21 15:19:19 +08:00
committed by GitHub
parent 3f82208062
commit b7d4adeccc
+1 -1
View File
@@ -111,7 +111,7 @@ python -m pip install -r requirements.txt
# II-3python -m pip install -r requirements.txt
```
如果需要支持清华ChatGLM后端,需要额外安装更多依赖(熟悉python电脑配置不佳者,建议不要尝试):
如果需要支持清华ChatGLM后端,需要额外安装更多依赖(前提条件:熟悉python + 电脑配置够强):
```sh
python -m pip install -r request_llm/requirements_chatglm.txt
```