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 21 forks source link

Fix cross_silo_messages_max_size_in_bytes does not work. #63

Closed jovany-wang closed 1 year ago

jovany-wang commented 1 year ago

This PR fix the bug that the parameter cross_silo_messages_max_size_in_bytes doesn't work. The reason is in the previous implementation, it's just passed into driver instead of proxy actors, but this flag should be passed into proxy actors.

In this PR, we fix it and add the necessary unit tests.

Close #46 #42 #36