Skip to content

Commit f04d38c

Browse files
authored
Merge branch 'master' into feat/jumpstart-model-estimator-classes
2 parents 58b440e + 136a923 commit f04d38c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## v2.153.0 (2023-05-09)
4+
5+
### Features
6+
7+
* Support npz archives in NumpyDeserializer
8+
* Add FasterTransformer DJL support
9+
* support for Sample Weights for SageMaker Autopilot
10+
11+
### Bug Fixes and Other Changes
12+
13+
* retry is_run assertion
14+
* Avoid 'AttributeError' for endpoint_name, if deploy() is not yet called
15+
* Fix LambdaStep Creation
16+
* Fix error when instance_count>1 in remote_function
17+
* Remove deprecated update_endpoint from deploy() args in TensorFlowModel
18+
* Update DJL deepspeed and fastertransformer DLC image uris
19+
* remote_function python version mismatch issue
20+
321
## v2.152.0 (2023-05-04)
422

523
### Features

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.152.1.dev0
1+
2.153.1.dev0

0 commit comments

Comments
 (0)