-
Notifications
You must be signed in to change notification settings - Fork 1.2k
documentation: SageMaker distributed - model parallism library release note #3621
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
Merged
Merged
Changes from 2 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,47 @@ New features, bug fixes, and improvements are regularly made to the SageMaker | |
distributed model parallel library. | ||
|
||
|
||
SageMaker Distributed Model Parallel 1.13.0 Release Notes | ||
SageMaker Distributed Model Parallel 1.14.0 Release Notes | ||
========================================================= | ||
|
||
*Date: Jan. 30. 2023* | ||
|
||
**Currency Updates** | ||
|
||
* Added support for PyTorch v1.13.1 | ||
|
||
**Improvements** | ||
|
||
* Upgraded the flash-attention (https://github.com/HazyResearch/flash-attention) library to v0.2.6.post1 | ||
|
||
**Migration to AWS Deep Learning Containers** | ||
|
||
This version passed benchmark testing and is migrated to the following AWS Deep Learning Containers (DLC): | ||
|
||
- SageMaker training container for PyTorch v1.13.1 | ||
|
||
.. code:: | ||
|
||
763104351884.dkr.ecr.<region>.amazonaws.com/pytorch-training:1.13.1-gpu-py39-cu117-ubuntu20.04-sagemaker | ||
|
||
|
||
Binary file of this version of the library for `custom container | ||
<https://docs.aws.amazon.com/sagemaker/latest/dg/model-parallel-sm-sdk.html#model-parallel-bring-your-own-container>`_ users: | ||
|
||
- For PyTorch 1.12.0 | ||
|
||
.. code:: | ||
|
||
https://sagemaker-distributed-model-parallel.s3.us-west-2.amazonaws.com/pytorch-1.13.1/build-artifacts/2023-01-19-18-35/smdistributed_modelparallel-1.14.0-cp39-cp39-linux_x86_64.whl | ||
|
||
---- | ||
|
||
Release History | ||
=============== | ||
|
||
SageMaker Distributed Model Parallel 1.13.0 Release Notes | ||
--------------------------------------------------------- | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This might be irrelevant with the release this time, but we can fix it either in the same PR or a different PR:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. fixed it |
||
*Date: Dec. 15. 2022* | ||
|
||
**New Features** | ||
|
@@ -52,10 +90,6 @@ Binary file of this version of the library for `custom container | |
|
||
https://sagemaker-distributed-model-parallel.s3.us-west-2.amazonaws.com/pytorch-1.12.1/build-artifacts/2022-12-08-21-34/smdistributed_modelparallel-1.13.0-cp38-cp38-linux_x86_64.whl | ||
|
||
---- | ||
|
||
Release History | ||
=============== | ||
|
||
SageMaker Distributed Model Parallel 1.11.0 Release Notes | ||
--------------------------------------------------------- | ||
|
This file contains hidden or 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
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.
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.
nit: This should be
- For PyTorch 1.13.1
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.
incorporated! Thank you for catching it.
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.
Thank you!!
Another similar nit change: On line
87
on Dec 15th 2022, it should be- For PyTorch 1.12.1
(instead of1.12.0
)