-
Notifications
You must be signed in to change notification settings - Fork 221
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
feat: Trainium blueprint Part1 #251
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ovaleanu
approved these changes
Jul 17, 2023
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. Brilliant!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
🛑 Please open an issue first to discuss any significant work and flesh out details/direction - we would hate for your time to be wasted.
Consult the CONTRIBUTING guide for submitting pull-requests.
Part 1
trn1.32xlarge
node group that includes 8 network interfaces.Part 2
Motivation
In Part 1, the introduction of the Trainium blueprint with a Trn1.32xlarge node group and 8 network interfaces lays the foundation for handling larger workloads efficiently. Additionally, the inclusion of Karpenter configuration optimizes resource management, resulting in improved cluster efficiency and cost optimization. Furthermore, the incorporation of two new local Helm charts for the Neuron plugin and EFA Plugin expands the project's capabilities, allowing users to leverage specialized features provided by these plugins.
In Part 2, the deployment of Volcano with TorchX, accompanied by relevant examples, streamlines workload management and scheduling, providing a more efficient and reliable solution for running complex computing tasks. The addition of FSx for Lustre enhances data sharing capabilities, enabling seamless collaboration and simplified access to shared datasets. Lastly, the updated website documentation provides comprehensive details on deployment and model training, empowering users to easily understand and utilize the project, thus facilitating a smoother onboarding experience and reducing the learning curve. Collectively, these changes aim to elevate the project's overall functionality, performance, and usability.
More
website/docs
orwebsite/blog
section for this featurepre-commit run -a
with this PR. Link for installing pre-commit locallyFor Moderators
Additional Notes