1
0
mirror of https://github.com/hpcaitech/ColossalAI.git synced 2025-05-06 15:38:26 +00:00
ColossalAI/tests/kit/model_zoo/transformers/__init__.py
FoolPlayer 9ee4ebea83 [shardformer] support whisper ()
* support whisper

* fix bug in vocabembedding

* support downstream model of whisper

* update readme
2023-08-15 23:25:14 +08:00

11 lines
201 B
Python

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