1
0
mirror of https://github.com/hpcaitech/ColossalAI.git synced 2025-05-08 00:18:25 +00:00
ColossalAI/tests/kit/model_zoo/transformers/__init__.py
FoolPlayer 879301d0da [shardformer] support Blip2 ()
* support base blip2

* add support for downstream blip2 model

* update readme

* add forward injection

* skip not compatible models test

* fix test for gemini and low_level_zero_pugin
2023-08-15 23:25:14 +08:00

13 lines
245 B
Python

from .albert import *
from .bert import *
from .blip2 import *
from .bloom import *
from .chatglm import *
from .gpt import *
from .llama import *
from .opt import *
from .sam import *
from .t5 import *
from .vit import *
from .whisper import *