Daniel J. Beutel
Daniel J. Beutel
## Issue ### Description ### Related issues/PRs ## Proposal ### Explanation ### Checklist - [ ] Implement proposed change - [ ] Write tests - [ ] Update [documentation](https://flower.ai/docs/writing-documentation.html) -...
Some tools support vendoring of dependencies by depending on local `.whl` files (as opposed to copying the source files, example: https://python-poetry.org/docs/dependency-specification/#path-dependencies). The motivation for doing so would be more reliable...
# DO NOT MERGE Steps to reproduce Start federation: - Start SuperLink: `flower-superlink --insecure` - Start SuperNode 1: `flower-supernode --insecure --clientappio-api-address 0.0.0.0:9094` - Start SuperNode 2: `flower-supernode --insecure --clientappio-api-address 0.0.0.0:9095`...