From cf65f44eb6d34f13eaba500cff0ba1170f3b9824 Mon Sep 17 00:00:00 2001 From: Ean Yang <80308783+YQisme@users.noreply.github.com> Date: Sun, 3 Dec 2023 11:59:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=BB=98=E8=AE=A4=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E4=B8=8B=E8=BD=BD=E9=93=BE=E6=8E=A5=20(#2259)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 67aa6ef..95efdd7 100644 --- a/README.md +++ b/README.md @@ -92,14 +92,14 @@ $ pip install -r requirements_webui.txt 如需在本地或离线环境下运行本项目,需要首先将项目所需的模型下载至本地,通常开源 LLM 与 Embedding 模型可以从 [HuggingFace](https://huggingface.co/models) 下载。 -以本项目中默认使用的 LLM 模型 [THUDM/ChatGLM2-6B](https://huggingface.co/THUDM/chatglm2-6b) 与 Embedding 模型 [moka-ai/m3e-base](https://huggingface.co/moka-ai/m3e-base) 为例: +以本项目中默认使用的 LLM 模型 [THUDM/ChatGLM3-6B](https://huggingface.co/THUDM/chatglm3-6b) 与 Embedding 模型 [BAAI/bge-large-zh](https://huggingface.co/BAAI/bge-large-zh) 为例: 下载模型需要先[安装 Git LFS](https://docs.github.com/zh/repositories/working-with-files/managing-large-files/installing-git-large-file-storage),然后运行 ```Shell $ git lfs install -$ git clone https://huggingface.co/THUDM/chatglm2-6b -$ git clone https://huggingface.co/moka-ai/m3e-base +$ git clone https://huggingface.co/THUDM/chatglm3-6b +$ git clone https://huggingface.co/BAAI/bge-large-zh ``` ### 3. 初始化知识库和配置文件