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

How to tansfer "nccl" to "gloo"? #73

Open
XinyiZhang0724 opened this issue Mar 1, 2023 · 2 comments
Open

How to tansfer "nccl" to "gloo"? #73

XinyiZhang0724 opened this issue Mar 1, 2023 · 2 comments

Comments

@XinyiZhang0724
Copy link

Hello, I run it on Windows. How can I tansfer "nccl" to "gloo"?

@XinyiZhang0724
Copy link
Author

erro: Distributed package doesn't have NCCL built in

@TenchuBlossom
Copy link

I managed to get this working after receiving the same issue. I add this line os.environ["PL_TORCH_DISTRIBUTED_BACKEND"] = "gloo" at the top of the run.py file. Then I removed strategy parameter from line 53 of run.py file strategy=DDPPlugin(find_unused_parameters=False). Seems DDPPlugin doesn't support gloo, please someone correct me if wrong on this.

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

2 participants