mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-04-30 11:53:09 +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 *
|