From e057c8862121154fee7db4bba36f3df52434b90c Mon Sep 17 00:00:00 2001 From: imClumsyPanda Date: Fri, 19 May 2023 23:41:52 +0800 Subject: [PATCH] update model_config.py --- models/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/models/__init__.py b/models/__init__.py index 4d2d683..e5f6685 100644 --- a/models/__init__.py +++ b/models/__init__.py @@ -1,4 +1,3 @@ - from .chatglm_llm import ChatGLM -# from .llama_llm import LLamaLLM +from .llama_llm import LLamaLLM from .moss_llm import MOSSLLM