Skip to content

Commit

Permalink
fix fleet elastic bug (#37781)
Browse files Browse the repository at this point in the history
  • Loading branch information
xymyeah authored Dec 2, 2021
1 parent 0074a3c commit a710abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/distributed/fleet/elastic/collective.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ def launch(self):
logger.info("collective lauchner launch ...")
args = self.args
self.tmp_dir = tempfile.mkdtemp()
cluster, pod = paddle.distributed.fleet.launch.get_cluster_info(args)
global_envs = paddle.distributed.fleet.launch.get_global_envs(
args, self.tmp_dir)
cluster, pod = paddle.distributed.fleet.launch.get_cluster_info(args)

self.procs = start_local_trainers(
cluster,
Expand Down

0 comments on commit a710abe

Please sign in to comment.