未验证 提交 6773fcc1 编写于 作者: G gentelyang 提交者: GitHub

fix stratege.set_program_config (#25864)

上级 427c5529
......@@ -352,7 +352,7 @@ class FleetTranspiler(Fleet):
# for half_async compatibility
strategy.half_async = True
strategy.runtime_split_send_recv = True
self._strategy.set_program_config(strategy)
_strategy.set_program_config(strategy)
elif isinstance(strategy, dict):
if self._inner_mode != PSMode.PSLIB:
raise TypeError("Dict strategy can only be used at PSLIB Mode")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册