mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-04-26 01:35:21 +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 *
|