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

Decouple client instantiation and task execution for simulation #2331

Merged
merged 15 commits into from
Sep 12, 2023

Conversation

jafermarq
Copy link
Contributor

Decoupling client_fn (callable that creates the client instance) and job_fn (callable that instantiates client and runs a particular workload, e.g. fit()) allows for the VCE to add support to, among other things, stateful clients. This is a necessary first step to achieve that goal.

@jafermarq jafermarq changed the title Decouple client and task for simulation Decouple client instantiation and task execution for simulation Sep 11, 2023
@jafermarq
Copy link
Contributor Author

To be merged after #2303

@jafermarq jafermarq marked this pull request as ready for review September 12, 2023 14:57
danieljanes
danieljanes previously approved these changes Sep 12, 2023
@danieljanes danieljanes enabled auto-merge (squash) September 12, 2023 16:44
@danieljanes danieljanes merged commit 36f4006 into main Sep 12, 2023
26 checks passed
@danieljanes danieljanes deleted the decouple_clientfn_and_job branch September 12, 2023 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants