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

[docs] comment out mmf references #80

Merged
merged 2 commits into from
Sep 11, 2020
Merged

[docs] comment out mmf references #80

merged 2 commits into from
Sep 11, 2020

Conversation

msbaines
Copy link
Contributor

Also updated canonical_url to be fairscale.
Also removed unnecessary htmi_theme_path.

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?

Fixes # (issue).

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 🙃

Also updated canonical_url to be fairscale.
Also removed unnecessary htmi_theme_path.
@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 Sep 11, 2020
@@ -30,8 +30,8 @@
<meta property="og:title" content="{{ title|striptags|e }}{{ titlesuffix }}">
<meta name="description" content="{{ theme_variables.og['description'] }}">
<meta property="og:description" content="{{ theme_variables.og['description'] }}">
<meta property="og:image" content="https://mmf.sh/img/logo.png">
<meta property="twitter:image" content="https://mmf.sh/img/logo.png">
<!--<meta property="og:image" content="https://mmf.sh/img/logo.png">-->
Copy link
Contributor

Choose a reason for hiding this comment

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

just curious, why not delete it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I guess I left it as a placeholder so that I wouldn't forget how to implement this feature once we had a logo. The file currently very messy. When I clean it up, I will remove.

@msbaines msbaines merged commit 61aac92 into master Sep 11, 2020
@msbaines msbaines deleted the docs branch September 11, 2020 19:59
myleott pushed a commit that referenced this pull request Feb 22, 2021
* added uneven shard unit test

* updates

* fixed

* change the inputs

* skip torch 1.5

* merged after renaming

* add assert output

* overlly small param test

* fixed the overly small param corner case

* another issue with _calc_num_to_pad

* one more fix

* a lot of more test cases and simplified the sharding logic, but still not fully right

* make sure we cover 8 GPUs too, run more than one iter for the smaller param test

* byte -> element

* fixing an assert in the test

* add a todo comment

* moved compute_shard_size into a separate module and added unit test

* fixed the issue of free_storage

* clean up

* two more bugs

* one more bug

* one more bug

* not more F.pad() in reduce_scatter
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.

3 participants