update README.md

This commit is contained in:
littlepanda0716 2023-04-07 09:45:15 +08:00
parent 63d900607f
commit 0d0550525a
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@
✅ 本项目中 Embedding 选用的是 [GanymedeNil/text2vec-large-chinese](https://huggingface.co/GanymedeNil/text2vec-large-chinese/tree/main)LLM 选用的是 [ChatGLM-6B](https://github.com/THUDM/ChatGLM-6B)。依托上述模型,本项目可实现全部使用**开源**模型**离线私有部署**。
## 更新信息
**[2023/04/07]** 解决加载 ChatGLM 模型时发生显存占用为双倍的问题 (感谢 [@suc16](https://github.com/suc16) 和 [@myml](https://github.com/myml))
## 使用方式
### 1. 安装 python 依赖包