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 customization point for init_process_group kwargs #228

Merged
merged 2 commits into from
Jan 11, 2022
Merged

Conversation

sgugger
Copy link
Collaborator

@sgugger sgugger commented Jan 10, 2022

As pointed out it #223, users sometimes need to customize some of the kwargs of the init_process_group method of the torch distributed package. This PR enables that.

Fixes #223

Copy link
Member

@LysandreJik LysandreJik left a comment

Choose a reason for hiding this comment

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

Nice, LGTM!

@sgugger sgugger merged commit 29a09a8 into main Jan 11, 2022
@sgugger sgugger deleted the init_ddp_kwargs branch January 11, 2022 12:31
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.

Multi-GPU Training+Single-GPU Eval runs into time out
2 participants