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
91 stars 20 forks source link

Do not init ray during fed init #128

Closed fengsp closed 1 year ago

fengsp commented 1 year ago

Right now we wrap ray.init inside fed.init, whch means fed.init handles the init of ray and fed, maybe we should move ray.init out of fed.init, benifits:

Note This is a breaking change