mirror of https://github.com/hpcaitech/ColossalAI
5 lines
149 B
Python
5 lines
149 B
Python
|
from .parallel_context import ParallelContext
|
||
|
from .parallel_mode import ParallelMode
|
||
|
from .process_group_initializer import *
|
||
|
from .random import *
|