Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some refinement on code comment #1324

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dlrover/python/elastic_agent/torch/training.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def _join_rendezvous(self):
def next_rendezvous(self):
"""The handler will periodically query the world from the master until
the world is not empty. The world is a dictionary like
like {0: 8, 1: 8, 2: 8} where the key is the node ID and the value is
{0: 8, 1: 8, 2: 8} where the key is the node ID and the value is
the local world size. The handler can get its rank by the position
of it node ID in the world.
"""
Expand Down
2 changes: 1 addition & 1 deletion dlrover/trainer/torch/elastic_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
auto-config will set the nnodes as the number of nodes in a job,
nproc_per_node as the number of available GPUs. If the number of
nodes >= 4, it will set the network-check as True. If network-check is True,
dlrover-run will launch simple tasks on each node to check wether
dlrover-run will launch simple tasks on each node to check whether
the node is slow or fault.

Single-node multi-worker
Expand Down
Loading