Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(framework) Send federation config to SuperExec #3838

Merged
merged 13 commits into from
Jul 23, 2024
Prev Previous commit
Next Next commit
Fix servicer
charlesbvll committed Jul 17, 2024
commit 1b6c627ca90f2315d79a0dc9629e0d40b33507e1
1 change: 1 addition & 0 deletions src/py/flwr/superexec/exec_servicer.py
Original file line number Diff line number Diff line change
@@ -48,6 +48,7 @@ def StartRun(
run = self.executor.start_run(
request.fab_file,
dict(request.override_config.items()),
dict(request.options_config.items()),
)

if run is None: