Skip to content

Hard-code Joblib backend to loky #423

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

Merged
merged 3 commits into from
Feb 19, 2020
Merged

Hard-code Joblib backend to loky #423

merged 3 commits into from
Feb 19, 2020

Conversation

jan-matthis
Copy link
Contributor

Motivation

Launching jobs using thread-based parallelism is incompatible with Hydra. This PR updates the Joblib Launcher plugin to hard-code the backend to process-based parallelism using Joblib's loky backend.

Have you read the Contributing Guidelines on pull requests?

Yes

Test Plan

Run multiple tests on CircleCI in order to cover sporadically occurring failures

Related Issues and PRs

#421

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Feb 18, 2020
Copy link
Collaborator

@omry omry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, landing this.

@omry omry merged commit 45ba5e3 into facebookresearch:master Feb 19, 2020
@omry
Copy link
Collaborator

omry commented Feb 19, 2020

oh dang, it fails CI. I didn't notice that CI did not run on this PR.
I will fix it.

In the future, please at least run nox locally if CI is not running on your PR.

@omry
Copy link
Collaborator

omry commented Feb 19, 2020

#424

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants