Skip to content

Commit fc39de7

Browse files
rondogencyrondogencyTEChopra1000
authored
documentation: release notes for smdistributed.dataparallel v1.1.2 (#2294)
* add 1.1.2 release note * documentation: remove unused intro-bullet Co-authored-by: rondogency <[email protected]> Co-authored-by: Talia <[email protected]>
1 parent d3d07b4 commit fc39de7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

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.1 (Latest)
2+
Version 1.1.2 (Latest)
33
======================
44

55
.. toctree::

doc/api/training/smd_data_parallel_release_notes/smd_data_parallel_change_log.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Sagemaker Distributed Data Parallel 1.1.2 Release Notes
2+
3+
* Bug Fixes
4+
* Known Issues
5+
6+
*Bug Fixes:*
7+
8+
* Fixed a bug that caused some TensorFlow operations to not work with certain data types. Operations forwarded from C++ have been extended to support every dtype supported by NCCL.
9+
10+
*Known Issues:*
11+
12+
* SageMaker distributed data parallel has slower throughput than NCCL when run using a single node. For the best performance, use multi-node distributed training with smdistributed.dataparallel. Use a single node only for experimental runs while preparing your training pipeline.
13+
114
# Sagemaker Distributed Data Parallel 1.1.1 Release Notes
215

316
* New Features

0 commit comments

Comments
 (0)