mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-05-06 15:38:26 +00:00
* support whisper * fix bug in vocabembedding * support downstream model of whisper * update readme
11 lines
201 B
Python
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 *
|