mirror of https://github.com/hpcaitech/ColossalAI
20 lines
402 B
Python
20 lines
402 B
Python
from .albert import *
|
|
from .bert import *
|
|
from .blip2 import *
|
|
from .bloom import *
|
|
from .chatglm2 import *
|
|
from .command import *
|
|
from .deepseek import *
|
|
from .falcon import *
|
|
from .gpt import *
|
|
from .gptj import *
|
|
from .llama import *
|
|
from .mistral import *
|
|
from .mixtral import *
|
|
from .opt import *
|
|
from .qwen2 import *
|
|
from .sam import *
|
|
from .t5 import *
|
|
from .vit import *
|
|
from .whisper import *
|