Skip to content

Commit c4f7ffc

Browse files
committed
Merge remote-tracking branch 'origin' into feat/retrieve-js-estimator-predictor-without-model-id
2 parents 3988710 + 0541b26 commit c4f7ffc

File tree

162 files changed

+4966
-18446
lines changed

Some content is hidden

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

162 files changed

+4966
-18446
lines changed

CHANGELOG.md

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

3+
## v2.201.0 (2023-12-20)
4+
5+
### Features
6+
7+
* Use specific images for SMP v2 jobs
8+
* Added update for model package
9+
10+
### Bug Fixes and Other Changes
11+
12+
* Add write permission to job output dirs for remote and step decorator running on non-root job user
13+
* Move func and args serialization of function step to step level
14+
15+
### Documentation Changes
16+
17+
* SMP v2 doc updates (#1423)
18+
* fix ModelBuilder sample notebook links
19+
20+
## v2.200.1 (2023-12-14)
21+
22+
### Bug Fixes and Other Changes
23+
24+
* Merge branch 'master-rba' into local_merge
25+
* Fix user agent tag issue
26+
* update image_uri_configs 12-13-2023 14:04:54 PST
27+
* update image_uri_configs 12-13-2023 12:23:06 PST
28+
29+
## v2.200.0 (2023-12-13)
30+
31+
### Deprecations and Removals
32+
33+
* remove explicit `partitions` key requirement on pysdk side.
34+
35+
### Features
36+
37+
* add non-repeating config logger
38+
* Add SageMaker Geospatial verison 1.x images
39+
* TGI 1.2.0 Image Uri
40+
* support model.register() with triton model
41+
* Enable retrieving function step results for local mode
42+
43+
### Bug Fixes and Other Changes
44+
45+
* TGI 1.3.1
46+
* excessive jumpstart instance type logging
47+
* Support local mode for remote function
48+
* `Session.download_data` can not download nested objects
49+
* Fix writing into non-closed file with git clone command
50+
* mitigation of xgboost container incompatibility with new version
51+
* update image and hardware validation with inf and graviton
52+
* remove two setuptools deprecations
53+
* minor jumpstart dev ex improvements
54+
* save utils fix
55+
* Correct DJL neuronx regions
56+
* delete unused file inference-experience-dev-tester.sh
57+
* Fix Experiment Run integ test w.r.t unexpected boto3 version
58+
* Bump test dependencies versions
59+
* fast follow on js uncompressed support - ModelBuilder
60+
* Modify Region List for Neuron Images (HF neuron/neuronx, PT Neuron)
61+
62+
### Documentation Changes
63+
64+
* Mention for custom Docker Image
65+
366
## v2.199.0 (2023-11-30)
467

568
### Features

VERSION

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

doc/api/training/distributed.rst

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,19 @@ The SageMaker Distributed Data Parallel Library
2222
The SageMaker Distributed Model Parallel Library
2323
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2424

25-
.. toctree::
26-
:maxdepth: 2
27-
28-
smd_model_parallel
29-
smp_versions/latest
30-
smd_model_parallel_general
31-
smd_model_parallel_release_notes/smd_model_parallel_change_log
25+
.. note::
26+
27+
Since the release of the SageMaker model parallelism (SMP) version 2 in December 2023,
28+
this documentation is no longer supported for maintenence.
29+
The live documentation is available at
30+
`SageMaker model parallelism library v2
31+
<https://docs.aws.amazon.com/sagemaker/latest/dg/model-parallel-v2.html>`_
32+
in the *Amazon SageMaker User Guide*.
33+
34+
The documentation for the SMP library v1.x is archived and available at
35+
`Run distributed training with the SageMaker model parallelism library
36+
<https://docs.aws.amazon.com/sagemaker/latest/dg/model-parallel.html>`_
37+
in the *Amazon SageMaker User Guide*,
38+
and the SMP v1.x API reference is available in the
39+
`SageMaker Python SDK v2.199.0 documentation
40+
<https://sagemaker.readthedocs.io/en/v2.199.0/api/training/distributed.html#the-sagemaker-distributed-model-parallel-library>`_.

doc/api/training/smd_model_parallel.rst

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)