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

messages_max_size_in_bytes does not work #181

Closed zhouaihui closed 9 months ago

zhouaihui commented 12 months ago

What happened.

messages_max_size_in_bytes of CrossSiloMessageConfig takes no effect.

The Cause

I have checked the code and it seems that there is no use for this parameter anywhere.