From 1f3a32ebaffdd9e444d513fff1e74f2debd098dd Mon Sep 17 00:00:00 2001 From: liunux4odoo <41217877+liunux4odoo@users.noreply.github.com> Date: Thu, 28 Dec 2023 07:57:25 +0800 Subject: [PATCH] fix Yi-34b model config error(close #2491) (#2492) --- 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 9100ad4..1e0ec77 100644 --- a/configs/model_config.py.example +++ b/configs/model_config.py.example @@ -230,7 +230,7 @@ MODEL_PATH = { "agentlm-13b": "THUDM/agentlm-13b", "agentlm-70b": "THUDM/agentlm-70b", - "Yi-34B-Chat": "https://huggingface.co/01-ai/Yi-34B-Chat", + "Yi-34B-Chat": "01-ai/Yi-34B-Chat", }, }