update chatglm_llm.py

This commit is contained in:
imClumsyPanda 2023-05-25 23:04:53 +08:00
parent e4df46bcaa
commit 3d33191bd7
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ from typing import Optional, List
from models.loader import LoaderCheckPoint
from models.base import (BaseAnswer,
AnswerResult)
import transformers
class ChatGLM(BaseAnswer, LLM, ABC):