From 06038d8e3f51e58ed02d67aafc2c3795b556dc2e Mon Sep 17 00:00:00 2001 From: coderabbit214 <1157237955@qq.com> Date: Mon, 3 Apr 2023 09:43:45 +0800 Subject: [PATCH] =?UTF-8?q?bibliothecarius=EF=BC=9A=E5=BF=AB=E9=80=9F?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E6=9C=8D=E5=8A=A1=E4=BB=A5=E9=9B=86=E6=88=90?= =?UTF-8?q?=E6=82=A8=E7=9A=84=E6=9C=AC=E5=9C=B0=E6=95=B0=E6=8D=AE=E5=92=8C?= =?UTF-8?q?AI=E6=A8=A1=E5=9E=8B=EF=BC=8C=E6=94=AF=E6=8C=81ChatGLM=E7=AD=89?= =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E5=8C=96=E6=A8=A1=E5=9E=8B=E6=8E=A5=E5=85=A5?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a286cee..81f3fdc 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ ChatGLM-6B 使用了和 ChatGPT 相似的技术,针对中文问答和对话进 * [ChatGLM-MNN](https://github.com/wangzhaode/ChatGLM-MNN): 一个基于 MNN 的 ChatGLM-6B C++ 推理实现,支持根据显存大小自动分配计算任务给 GPU 和 CPU * [ChatGLM-Tuning](https://github.com/mymusise/ChatGLM-Tuning): 基于 LoRA 对 ChatGLM-6B 进行微调。类似的项目还包括 [Humanable ChatGLM/GPT Fine-tuning | ChatGLM 微调](https://github.com/hscspring/hcgf) * [langchain-ChatGLM](https://github.com/imClumsyPanda/langchain-ChatGLM):基于本地知识的 ChatGLM 应用,基于LangChain +* [bibliothecarius](https://github.com/coderabbit214/bibliothecarius):快速构建服务以集成您的本地数据和AI模型,支持ChatGLM等本地化模型接入。 * [闻达](https://github.com/l15y/wenda):大型语言模型调用平台,基于 ChatGLM-6B 实现了类 ChatPDF 功能 以下是部分针对本项目的教程/文档: