We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58b440e + 136a923 commit f04d38cCopy full SHA for f04d38c
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.1.dev0
0 commit comments