mirror of https://github.com/hpcaitech/ColossalAI
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
497 B
497 B
Cluster Utilities
Author: Hongxin Liu
Prerequisite:
Introduction
We provide a utility class colossalai.cluster.DistCoordinator
to coordinate distributed training. It's useful to get various information about the cluster, such as the number of nodes, the number of processes per node, etc.
API Reference
{{ autodoc:colossalai.cluster.DistCoordinator }}