We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reduce the runtime cost tied to activating OSS
Right now the speed penalty of using OSS over a couple of nodes, for a typical ClassyVision load is 2-10x.
There are a bunch of low hanging fruits, from oss_ddp to broadcast batching which could be used to reduce this impact
Not using OSS I guess
The text was updated successfully, but these errors were encountered:
Only sync fp32_to_fp16 stream for the top-most (root) ShardParams wra…
cbd243e
…pper (#42) * Only sync fp32_to_fp16 stream for the top-most (root) ShardParams wrapper * Fix mypy, add test, address some comments * Add missing assert * Comments
blefaudeux
Successfully merging a pull request may close this issue.
🚀 Feature
Reduce the runtime cost tied to activating OSS
Motivation
Right now the speed penalty of using OSS over a couple of nodes, for a typical ClassyVision load is 2-10x.
Pitch
There are a bunch of low hanging fruits, from oss_ddp to broadcast batching which could be used to reduce this impact
Alternatives
Not using OSS I guess
The text was updated successfully, but these errors were encountered: