mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-10-21 23:02:07 +00:00
6 lines
179 B
Python
6 lines
179 B
Python
from .config import Config
|
|
from .parallel_context import ParallelContext
|
|
from .parallel_context import ParallelMode
|
|
from .process_group_initializer import *
|
|
from .random import *
|