Skip to content

Commit

Permalink
fix the rdzv name to check node.
Browse files Browse the repository at this point in the history
  • Loading branch information
workingloong committed May 31, 2024
1 parent 27c965f commit 368b2e2
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -1049,7 +1049,7 @@ def _create_check_agent(

spec = _create_worker_spec(
node_rank=node_rank,
rdzv_name=RendezvousName.ELASTIC_TRAINING,
rdzv_name=rdzv_name,
config=config,
entrypoint=entrypoint,
args=args,
Expand Down

0 comments on commit 368b2e2

Please sign in to comment.