mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-28 03:43:01 +00:00
7 lines
119 B
Python
7 lines
119 B
Python
from .albert import *
|
|
from .bert import *
|
|
from .gpt import *
|
|
from .llama import *
|
|
from .opt import *
|
|
from .t5 import *
|