Skip to content

Commit daeedf8

Browse files
authored
Merge branch 'master' into update-fsx-mount-id-patch
2 parents 771e9bf + d51bda1 commit daeedf8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+2412
-68
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## v2.41.0 (2021-05-17)
4+
5+
### Features
6+
7+
* add pipeline experiment config
8+
* add data wrangler processor
9+
* support RetryStrategy for training jobs
10+
11+
### Bug Fixes and Other Changes
12+
13+
* fix repack pipeline step by putting inference.py in "code" sub dir
14+
* add data wrangler image uri
15+
* fix black-check errors
16+
17+
## v2.40.0 (2021-05-11)
18+
19+
### Features
20+
21+
* add xgboost framework version 1.2-2
22+
23+
### Bug Fixes and Other Changes
24+
25+
* fix get_execution_role on Studio
26+
* [fix] Check py_version existence in RegisterModel step
27+
28+
### Documentation Changes
29+
30+
* SM Distributed EFA Launch
31+
332
## v2.39.1 (2021-05-05)
433

534
### Bug Fixes and Other Changes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.39.2.dev0
1+
2.41.1.dev0

doc/api/training/sdp_versions/latest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Version 1.1.2 (Latest)
2+
Version 1.2.0 (Latest)
33
======================
44

55
.. toctree::

doc/api/training/sdp_versions/latest/smd_data_parallel_pytorch.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ PyTorch API
155155

156156
.. rubric:: Supported versions
157157

158-
**PyTorch 1.7.1, 1.8.0**
158+
**PyTorch 1.7.1, 1.8.1**
159159

160160

161161
.. function:: smdistributed.dataparallel.torch.distributed.is_available()

doc/api/training/sdp_versions/latest/smd_data_parallel_tensorflow.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,7 @@ TensorFlow API
157157

158158
.. rubric:: Supported versions
159159

160-
TensorFlow is supported in version 1.0.0 of ``sagemakerdistributed.dataparallel``.
161-
Reference version 1.0.0 `TensorFlow API documentation
162-
<https://sagemaker.readthedocs.io/en/stable/api/training/sdp_versions/latest/smd_data_parallel_tensorflow.html#tensorflow-sdp-api>`_
163-
for supported TensorFlow versions.
160+
**TensorFlow 2.3.1, 2.4.1**
164161

165162
.. function:: smdistributed.dataparallel.tensorflow.init()
166163

0 commit comments

Comments
 (0)