From 1b3bd4442c6b7f7d0c1449cf3358dcf287ad170f Mon Sep 17 00:00:00 2001 From: liunux4odoo Date: Thu, 19 Oct 2023 22:37:08 +0800 Subject: [PATCH] update model_config.py.example (#1784) --- configs/model_config.py.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/model_config.py.example b/configs/model_config.py.example index 0111fc5..54c3f0f 100644 --- a/configs/model_config.py.example +++ b/configs/model_config.py.example @@ -44,7 +44,7 @@ MODEL_PATH = { "chatglm2-6b-int4": "THUDM/chatglm2-6b-int4", "chatglm2-6b-32k": "THUDM/chatglm2-6b-32k", - "baichuan2-13b": "baichuan-inc/Baichuan-13B-Chat", + "baichuan2-13b": "baichuan-inc/Baichuan2-13B-Chat", "baichuan2-7b":"baichuan-inc/Baichuan2-7B-Chat", "baichuan-7b": "baichuan-inc/Baichuan-7B",