We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8a2e7 commit 9c7c8aeCopy full SHA for 9c7c8ae
2 files changed
CHANGELOG.md
@@ -1,5 +1,23 @@
1
# Changelog
2
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
21
## v2.152.0 (2023-05-04)
22
23
### Features
VERSION
@@ -1 +1 @@
-2.152.1.dev0
+2.153.0
0 commit comments