Skip to content

documentation: minor fixes for smddp 1.4.0 doc #2996

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 42 commits into from
Mar 19, 2022
Merged
Changes from 41 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
8210375
fix: fixes unnecessary session call while generating pipeline definit…
xchen909 Jan 10, 2022
972a6d2
feature: Add models_v2 under lineage context (#2800)
yzhu0 Jan 10, 2022
7206b9e
feature: enable python 3.9 (#2802)
mufaddal-rohawala Jan 10, 2022
127c964
change: Update CHANGELOG.md (#2842)
shreyapandit Jan 11, 2022
554d735
fix: update pricing link (#2805)
ahsan-z-khan Jan 11, 2022
88e4d68
doc: Document the available ExecutionVariables (#2807)
tuliocasagrande Jan 12, 2022
b3c19d8
fix: Remove duplicate vertex/edge in query lineage (#2784)
yzhu0 Jan 12, 2022
b591959
fix: Update Static Endpoint (#2931)
navinsoni Feb 15, 2022
3c5ea3a
Add exception in test_action (#2938)
navinsoni Feb 16, 2022
9d84e2e
change: pin test dependencies (#2929)
mufaddal-rohawala Feb 16, 2022
cede5fa
feature: Add FailStep Support for Sagemaker Pipeline (#2872)
qidewenwhen Feb 16, 2022
a765512
change: use recommended inference image uri from Neo API (#2923)
HappyAmazonian Feb 16, 2022
4a1c4df
Merge branch 'dev' of https://github.com/aws/sagemaker-python-sdk int…
mchoi8739 Feb 16, 2022
3833310
archive previous doc
mchoi8739 Feb 16, 2022
cb9d235
restructure the herring api doc
mchoi8739 Feb 16, 2022
5e4128e
update pytorch page
mchoi8739 Feb 17, 2022
5159c85
polish doc style and structure
mchoi8739 Feb 17, 2022
6670e30
fix: jumpstart model table (#2954)
bencrabtree Feb 24, 2022
9a5e8bc
update distributed training doc
mchoi8739 Feb 24, 2022
0026f6b
Merge branch 'dev' of https://github.com/aws/sagemaker-python-sdk int…
mchoi8739 Feb 24, 2022
f166b60
change: update code to get commit_id in codepipeline (#2961)
navinsoni Feb 26, 2022
086258d
feature: Data Serializer (#2956)
jeniyat Feb 28, 2022
a39b750
change: reorganize test files for workflow (#2960)
qidewenwhen Mar 3, 2022
28fd737
feature: TensorFlow 2.4 for Neo (#2861)
Qingzi-Lan Mar 3, 2022
20df3d7
fix: Remove sagemaker_job_name from hyperparameters in TrainingStep (…
staubhp Mar 3, 2022
b9f90dc
fix: Style update in DataSerializer (#2962)
jeniyat Mar 3, 2022
35863e2
documentation: sync upstream
mchoi8739 Mar 3, 2022
ee0757d
documentation: add ref
mchoi8739 Mar 3, 2022
6db3774
documentation: smddp doc update (#2968)
mchoi8739 Mar 4, 2022
d610bfb
fix: container env generation for S3 URI and add test for the same (#…
shreyapandit Mar 7, 2022
169dffd
documentation: update sagemaker training compiler docstring (#2969)
mchoi8739 Mar 7, 2022
4325fcd
feat: Python 3.9 for readthedocs (#2973)
ahsan-z-khan Mar 8, 2022
b07b869
Merge branch 'dev' of https://github.com/aws/sagemaker-python-sdk int…
mchoi8739 Mar 8, 2022
e1b77a7
Merge branch 'dev' of https://github.com/aws/sagemaker-python-sdk int…
mchoi8739 Mar 8, 2022
bc86c5a
drop the workflow integ test
mchoi8739 Mar 8, 2022
ad068b6
Trigger Build
mchoi8739 Mar 9, 2022
43db88b
Merge branch 'master' into smddp-1.4.0-doc
ahsan-z-khan Mar 9, 2022
4e19986
Trigger Build
mchoi8739 Mar 10, 2022
b85f772
Merge branch 'smddp-1.4.0-doc' of https://github.com/mchoi8739/sagema…
mchoi8739 Mar 10, 2022
8cfabd0
Merge branch 'master' of https://github.com/aws/sagemaker-python-sdk …
mchoi8739 Mar 15, 2022
4ceff09
minor doc fix for smddp
mchoi8739 Mar 15, 2022
e6d9c45
Merge branch 'master' into smddp-1.4.0-doc
mufaddal-rohawala Mar 18, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ SageMaker Distributed Data Parallel 1.4.0 Release Notes

**Improvements**

* Support AllReduce Large Tensors
* we support the following new arguments in the `PyTorch DDP class <https://pytorch.org/docs/stable/generated/torch.nn.parallel.DistributedDataParallel.html#torch.nn.parallel.DistributedDataParallel>`_.
* Support for AllReduce Large Tensors
* Support for the following new arguments in the `PyTorch DDP class
<https://pytorch.org/docs/stable/generated/torch.nn.parallel.DistributedDataParallel.html#torch.nn.parallel.DistributedDataParallel>`_.

* ``broadcast_buffers``
* ``find_unused_parameters``
Expand All @@ -70,18 +71,6 @@ This version passed benchmark testing and is migrated to the following AWS Deep

763104351884.dkr.ecr.<region>.amazonaws.com/pytorch-training:1.10.2-gpu-py38-cu113-ubuntu20.04-sagemaker

- PyTorch 1.10.0 DLC

.. code::

763104351884.dkr.ecr.<region>.amazonaws.com/pytorch-training:1.10.0-gpu-py38-cu113-ubuntu20.04-sagemaker

- PyTorch 1.9.1 DLC

.. code::

763104351884.dkr.ecr.<region>.amazonaws.com/pytorch-training:1.9.1-gpu-py38-cu111-ubuntu20.04


----

Expand Down