We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb58c44 commit f98b231Copy full SHA for f98b231
CHANGELOG.md
@@ -1,5 +1,22 @@
1
# Changelog
2
3
+## v2.241.0 (2025-03-06)
4
+
5
+### Features
6
7
+ * Make DistributedConfig Extensible
8
+ * support training for JumpStart model references as part of Curated Hub Phase 2
9
+ * Allow ModelTrainer to accept hyperparameters file
10
11
+### Bug Fixes and Other Changes
12
13
+ * Skip tests with deprecated instance type
14
+ * Ensure Model.is_repack() returns a boolean
15
+ * Fix error when there is no session to call _create_model_request()
16
+ * Use sagemaker session's s3_resource in download_folder
17
+ * Added check for the presence of model package group before creating one
18
+ * Fix key error in _send_metrics()
19
20
## v2.240.0 (2025-02-25)
21
22
### Features
VERSION
@@ -1 +1 @@
-2.240.1.dev0
+2.241.0
0 commit comments