mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-02-21 14:32:09 +00:00
8 lines
140 B
Python
8 lines
140 B
Python
from .albert import *
|
|
from .bert import *
|
|
from .bloom import *
|
|
from .gpt import *
|
|
from .llama import *
|
|
from .opt import *
|
|
from .t5 import *
|