Skip to content

Commit

Permalink
fix #88 (#92)
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Yang <[email protected]>
  • Loading branch information
IsaacYangSLA authored Jan 5, 2022
1 parent c6641f1 commit 5a478c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvflare/lighter/impl/master_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ sub_start_cln_sh: |
exit
fi
lst=$SECONDS
((python3 -u -m nvflare.private.fed.app.client.client_train -m $DIR/.. -s fed_client.json --set secure_train=true multi_gpu=false uid={~~client_name~~} config_folder={~~config_folder~~} 2>&1 & echo $! >&3 ) 3>$DIR/../pid.fl | (tee -a $DIR/../log.txt & echo $! >&4 ) 4>$DIR/../tee.fl )
((python3 -u -m nvflare.private.fed.app.client.client_train -m $DIR/.. -s fed_client.json --set secure_train=true uid={~~client_name~~} config_folder={~~config_folder~~} 2>&1 & echo $! >&3 ) 3>$DIR/../pid.fl | (tee -a $DIR/../log.txt & echo $! >&4 ) 4>$DIR/../tee.fl )
pid=`cat $DIR/../pid.fl`
echo "new pid ${pid}"
}
Expand Down

0 comments on commit 5a478c3

Please sign in to comment.