mirror of
				https://github.com/hpcaitech/ColossalAI.git
				synced 2025-10-31 13:59:23 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			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 }}