Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
paer committed Jul 10, 2023
1 parent 863da5f commit 40cec65
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions fed/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,19 +180,8 @@ def init(
)

logger.info(f'Started rayfed with {cluster_config}')
<<<<<<< HEAD
set_exit_on_failure_sending(global_cross_silo_comm_config.exit_on_sending_failure)
||||||| e98fd36
set_exit_on_failure_sending(exit_on_failure_cross_silo_sending)
recv_actor_config = fed_config.ProxyActorConfig(
resource_label=cross_silo_recv_resource_label)
=======
get_global_context().get_cleanup_manager().start(
exit_when_failure_sending=exit_on_failure_cross_silo_sending)

recv_actor_config = fed_config.ProxyActorConfig(
resource_label=cross_silo_recv_resource_label)
>>>>>>> main
exit_when_failure_sending=global_cross_silo_comm_config.exit_on_sending_failure)
# Start recv proxy
start_recv_proxy(
cluster=cluster,
Expand Down

0 comments on commit 40cec65

Please sign in to comment.