mirror of https://github.com/hpcaitech/ColossalAI
6 lines
98 B
Python
6 lines
98 B
Python
|
from .albert import *
|
||
|
from .bert import *
|
||
|
from .gpt import *
|
||
|
from .opt import *
|
||
|
from .t5 import *
|