-
Notifications
You must be signed in to change notification settings - Fork 25k
Ensure that DDP wrapped module has parameters that require gradients #25858
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
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.
Thanks, @danthe3rd, one more comment regarding the naming of the test.
Can you update, check if CI stays green, and then land?
@pytorchbot retest this please |
The failing tests seem unrelated to this change, as they fail with this error
|
@pytorchbot rebase this please |
@danthe3rd Thanks -- I think this must be due to CI staleness. The CircleCI workspace gets clobbered after a while, so retesting no longer works on the same commit. |
So should I land it? |
@danthe3rd Yes, let's do it! :) |
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.
@danthe3rd is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@danthe3rd merged this pull request in 46539ee. |
…ytorch#25858) Summary: …ent - see pytorch#25552 **TEST PLAN** ``` python test/run_test.py -f distributed ``` Pull Request resolved: pytorch#25858 Differential Revision: D17687542 Pulled By: danthe3rd fbshipit-source-id: 11bfe4142e72bb21382b30379fe10e60418c7ec9
…ytorch#25858) Summary: …ent - see pytorch#25552 **TEST PLAN** ``` python test/run_test.py -f distributed ``` Pull Request resolved: pytorch#25858 Differential Revision: D17687542 Pulled By: danthe3rd fbshipit-source-id: 11bfe4142e72bb21382b30379fe10e60418c7ec9
…ent - see #25552
TEST PLAN