update model_config.py

This commit is contained in:
imClumsyPanda 2023-05-19 23:45:01 +08:00
parent 09248391c2
commit ff7ac0333e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
from abc import ABC from abc import ABC
import transformers
from langchain.llms.base import LLM from langchain.llms.base import LLM
from typing import Optional, List from typing import Optional, List
from models.loader import LoaderCheckPoint from models.loader import LoaderCheckPoint