ray-project / rayfed

A multiple parties joint, distributed execution engine based on Ray, to help build your own federated learning frameworks in minutes.
https://rayfed.readthedocs.io
Apache License 2.0
92 stars 22 forks source link

[Multi-Job][2/N] Make proxy's RPC framework replaceable #140

Closed NKcqx closed 1 year ago

NKcqx commented 1 year ago

[2/N] in #134

  1. Union cross-silo rpc related config into one Config. This can do good for multi-job config management.
  2. Make it a parameter infed.init API to reduce tha amount of RPC related config parameters.
zhouaihui commented 1 year ago

Could you at me when this is ready for review again @NKcqx

NKcqx commented 1 year ago

The UT failure is not related to this PR, has filed an issue #153

jovany-wang commented 1 year ago

BTW, could you please update the PR title and the description? They're not match to your PR content.