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

Fix multiprocessing to always use the spawn start method #16

Merged
merged 5 commits into from
Feb 9, 2024

Conversation

RedTachyon
Copy link
Contributor

It turns out that GRPC doesn't play nice with the fork start method, and it gets invoked even if the context is manually set to spawn.

This should hopefully resolve that issue, making cogment-lab work properly on linux.

@RedTachyon RedTachyon merged commit 972c1b9 into develop Feb 9, 2024
2 checks passed
@RedTachyon RedTachyon deleted the fix-mp-spawn branch February 9, 2024 10:24
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