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

Add parallel processing with dask.distributed #16

Merged
merged 5 commits into from
Aug 12, 2024

Conversation

leifdenby
Copy link
Member

Add command line arguments --dask-distributed-local-core-fraction and --dask-distributed-local-memory-fraction which can be used to enable multiprocessing by setting the former to a non-zero fraction representing the fraction of CPU cores on the local machine to use for parallel processing with dask.distrubted.LocalCluster. The latter argument set what fraction of the total system memory is allocated to the workers.

Leif Denby added 5 commits August 6, 2024 10:29
Add command line arguments `--dask-distributed-local-core-fraction` and `--dask-distributed-local-memory-fraction` which can be used to enable multiprocessing by setting the former to a non-zero fraction representing the fraction of CPU cores on the local machine to use for parallel processing with `dask.distrubted.LocalCluster`. The latter argument set what fraction of the total system memory is allocated to the workers.
@leifdenby leifdenby merged commit 660aabf into mllam:main Aug 12, 2024
5 checks passed
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.

1 participant