mirror of
				https://github.com/hpcaitech/ColossalAI.git
				synced 2025-10-31 05:49:56 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			497 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			497 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Cluster Utilities
 | |
| 
 | |
| Author: [Hongxin Liu](https://github.com/ver217)
 | |
| 
 | |
| **Prerequisite:**
 | |
| - [Distributed Training](../concepts/distributed_training.md)
 | |
| 
 | |
| ## 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 }}
 | |
| 
 | |
| <!-- doc-test-command: echo  -->
 |