未验证 提交 694ac20f 编写于 作者: Y Yuang Liu 提交者: GitHub

[fleet executor] bug fix (#41921)

上级 6bad3009
...@@ -168,7 +168,7 @@ bool DistModel::Init() { ...@@ -168,7 +168,7 @@ bool DistModel::Init() {
if (!PrepareFeedAndFetch()) { if (!PrepareFeedAndFetch()) {
return false; return false;
} }
if (!CommInit()) { if (config_.nranks > 1 && !CommInit()) {
return false; return false;
} }
if (!PrepareFleetExe()) { if (!PrepareFleetExe()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册