adap / flower

Flower: A Friendly Federated AI Framework
https://flower.ai
Apache License 2.0
5.15k stars 881 forks source link

feat(framework:skip) Delete FAB after conversion to bytes #4550

Closed chongshenng closed 3 days ago

chongshenng commented 3 days ago

When a flwr run fails at res = stub.StartRun(req), the FAB file will not be deleted. This PR moves the unlink() just after the FAB is created.