Skip to content

Commit

Permalink
Merge pull request #564 from FederatedAI/build-doc-2.1.0
Browse files Browse the repository at this point in the history
update examples
  • Loading branch information
zhihuiwan committed Mar 5, 2024
2 parents ed9a5db + b7909e8 commit 816a84e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/lr/train_lr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ dag:
- lr_0
inputs:
data:
input_data:
input_datas:
task_output_artifact:
- output_artifact_key: train_output_data
producer_task: lr_0
Expand Down
4 changes: 2 additions & 2 deletions python/fate_flow/controller/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ def update_local(task):
@staticmethod
def update_launcher_config(task, launcher_name, task_parameters):
# support deepspeed and other launcher
if task.f_role == "arbiter":
return
# if task.f_role == "arbiter":
# return
schedule_logger(task.f_job_id).info(f"task runtime launcher name: {launcher_name}")
if launcher_name and launcher_name != LauncherType.DEFAULT:
task_parameters.launcher_name = task.f_launcher_name = launcher_name
Expand Down

0 comments on commit 816a84e

Please sign in to comment.