未验证 提交 a710abee 编写于 作者: X xiayanming 提交者: GitHub

fix fleet elastic bug (#37781)

上级 0074a3c9
......@@ -31,9 +31,9 @@ class CollectiveLauncher(LauncherInterface):
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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册