mirror of https://github.com/hpcaitech/ColossalAI
5 lines
141 B
Python
5 lines
141 B
Python
|
from .accelerator import Accelerator
|
||
|
from .booster import Booster
|
||
|
from .environment_table import EnvironmentTable
|
||
|
from .plugin import Plugin
|