FedML icon indicating copy to clipboard operation
FedML copied to clipboard

FEDML - The unified and scalable ML library for large-scale distributed training, model serving, and federated learning. FEDML Launch, a cross-cloud scheduler, further enables running any AI jobs on a...

Results 237 FedML issues
Sort by recently updated
recently updated
newest added

This PR will enable uploading byte data through fedml storage upload command.

[Fix]: fix the 2124 issue to ensure encryption of client model weights in Fed-ML HE example.

[FedML/python/fedml/core/mlops/init.py#L128] The parameters passed by the function call here is inconsistent with the actual parameters defined at [FedML/python/fedml/core/mlops/init.py#L1235] ![)52LP)R)~4U{9$UDMBUWN G](https://github.com/FedML-AI/FedML/assets/55263633/bebc4a69-9fce-431d-8d46-62a8e1472fbd)

When I run # run aggregator server bash scripts/run_fedml_server.sh "$RUN_ID" # run client(s) bash scripts/run_fedml_client.sh 1 "$RUN_ID" bash scripts/run_fedml_client.sh 2 "$RUN_ID" bash scripts/run_fedml_client.sh 3 "$RUN_ID" I have the error as...