-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
sharding tutorial for torchrec #1913
Conversation
✅ Deploy Preview for pytorch-tutorials-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
LGTM, thanks @YazhiGao !
This commit add the tutorial for exploring torchrec sharding for distributed model parallelism for embedding tables in large scale deep learning recommendation systems. We exploring the following sharding: * table-wise * row-wise * column-wise * data-parallel
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.
A very minor tweak.
address comments Co-authored-by: Svetlana Karslioglu <svekars@fb.com>
address issues Co-authored-by: Svetlana Karslioglu <svekars@fb.com>
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
@YazhiGao may I ask to:
this will trigger CI again and hopefully this time jobs will run as expected |
This commit add the tutorial for exploring torchrec sharding for
distributed model parallelism for embedding tables in large scale deep
learning recommendation systems. We exploring the following sharding: