mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-16 23:16:56 +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 *
|