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

Better way of testing with paralllelism and with batches #99

Open
calebwin opened this issue Jan 22, 2022 · 0 comments
Open

Better way of testing with paralllelism and with batches #99

calebwin opened this issue Jan 22, 2022 · 0 comments

Comments

@calebwin
Copy link
Contributor

Right now, we have a configure_scheduling that allows us to enforce parallelism such that replications is disallowed for values with memory usage > 0. This means that only things like small values or the result of some computation can be replicated. But if you have an ML model, for example, that has significant memory usage and needs to be replicated, then we currently don't have a good way of testing that with parallelism enforced.

Note: this is just with regards to testing where we want to parallelize as if we had larger data - this works fine if you actually have large data.

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

No branches or pull requests

1 participant