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.
27 lines
948 B
27 lines
948 B
---
|
|
description: Discover the role of dist.find_free_network_port & dist.generate_ddp_command in Ultralytics DDP utilities. Use our guide for efficient deployment.
|
|
keywords: Ultralytics, DDP, DDP utility functions, Distributed Data Processing, find free network port, generate DDP command
|
|
---
|
|
|
|
# Reference for `ultralytics/utils/dist.py`
|
|
|
|
!!! note
|
|
|
|
Full source code for this file is available at [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/utils/dist.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/utils/dist.py). Help us fix any issues you see by submitting a [Pull Request](https://docs.ultralytics.com/help/contributing/) 🛠️. Thank you 🙏!
|
|
|
|
---
|
|
## ::: ultralytics.utils.dist.find_free_network_port
|
|
<br><br>
|
|
|
|
---
|
|
## ::: ultralytics.utils.dist.generate_ddp_file
|
|
<br><br>
|
|
|
|
---
|
|
## ::: ultralytics.utils.dist.generate_ddp_command
|
|
<br><br>
|
|
|
|
---
|
|
## ::: ultralytics.utils.dist.ddp_cleanup
|
|
<br><br>
|