mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-04-26 09:42:27 +00:00
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 *
|