mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-23 21:44:22 +08:00

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: AdiEcho <30563671+AdiEcho@users.noreply.github.com>
27 lines
948 B
Markdown
27 lines
948 B
Markdown
---
|
|
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>
|