mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-15 22:19:38 +00:00
[booster] implemented the cluster module (#3191)
* [booster] implemented the cluster module * polish code
This commit is contained in:
5
colossalai/cluster/__init__.py
Normal file
5
colossalai/cluster/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .device_mesh_manager import DeviceMeshManager
|
||||
from .dist_coordinator import DistCoordinator
|
||||
from .process_group_manager import ProcessGroupManager
|
||||
|
||||
__all__ = ['DistCoordinator', 'ProcessGroupManager', 'DeviceMeshManager']
|
Reference in New Issue
Block a user