-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
fixing Win failed import #1163
fixing Win failed import #1163
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just so we're all clear, distributed mode is not supported on Windows (by PyTorch). This fix doesn't make distributed mode work, it just makes it so that the core code doesn't try to import functions that don't exist on Windows.
To be clear, I think this is the correct thing to do.
* fixed docs * Docs (#1164) * fixed docs * fixed docs * fixed docs * fixing Win failed import (#1163) * version * try fix distrib * update try import * fixed docs Co-authored-by: Jirka Borovec <[email protected]>
* fixed docs * Docs (#1164) * fixed docs * fixed docs * fixed docs * fixing Win failed import (#1163) * version * try fix distrib * update try import * fixed docs Co-authored-by: Jirka Borovec <[email protected]>
* version * try fix distrib * update try import
* fixed docs * Docs (Lightning-AI#1164) * fixed docs * fixed docs * fixed docs * fixing Win failed import (Lightning-AI#1163) * version * try fix distrib * update try import * fixed docs Co-authored-by: Jirka Borovec <[email protected]>
What does this PR do?
Fixing the failing imports on Windows, see:
minor: Reduce nb calling rebase actions and also state version as develop
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃