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

[chore] v0.1.7 #404

Merged
merged 2 commits into from
Feb 19, 2021
Merged

[chore] v0.1.7 #404

merged 2 commits into from
Feb 19, 2021

Conversation

blefaudeux
Copy link
Contributor

Before submitting

  • Was this discussed/approved via a Github issue? (no need for typos, doc improvements)
  • Did you read the contributor guideline?
  • Did you make sure to update the docs?
  • Did you write any new necessary tests?

What does this PR do?

Packages a host of fixes in ShardedDDP raised by better unit testing, I think that it's worth it for many users who are not tracking master but installing via pip
Fixes #395 and #397 by adding the existing fix to the pip package eventually

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 🙃

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Feb 19, 2021
@@ -4,7 +4,7 @@
# LICENSE file in the root directory of this source tree.

# Please update the doc version in docs/source/conf.py as well.
Copy link
Contributor

Choose a reason for hiding this comment

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

I resolved the conflict here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thanks !

@min-xu-ai
Copy link
Contributor

image

It is interesting that at some point the release list stopped having the msgs about what's add and what's fixed. Do you know why?

@blefaudeux
Copy link
Contributor Author

blefaudeux commented Feb 19, 2021

image

It is interesting that at some point the release list stopped having the msgs about what's add and what's fixed. Do you know why?

hmm no, good question ! I'll have a look. Must have been me not copy pasting the changelog in the release message

@blefaudeux blefaudeux merged commit a606e84 into master Feb 19, 2021
@blefaudeux blefaudeux deleted the v0.1.7 branch February 22, 2021 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Why assuming single node environment if world_size<=8 for ShardedDataParallel?
3 participants