__init__.py 500 Bytes
Newer Older
Chen Xin's avatar
Chen Xin committed
1
2
3
# Copyright (c) OpenMMLab. All rights reserved.
from .baichuan import Baichuan2Model, BaichuanModel  # noqa: F401
from .baichuan_awq import Baichuan2AwqModel, BaichuanAwqModel  # noqa: F401
zhouxiang's avatar
zhouxiang committed
4
from .internlm2 import InternLM2AwqModel, InternLM2Model  # noqa: F401
Chen Xin's avatar
Chen Xin committed
5
6
7
8
9
from .llama import LlamaModel  # noqa: F401
from .llama_awq import LlamaAwqModel  # noqa: F401
from .meta_llama import MetaLlamaModel  # noqa: F401
from .qwen import QwenModel  # noqa: F401
from .qwen_awq import QwenAwqModel  # noqa: F401