Skip to content

Commit 2845712

Browse files
author
Mike Schneider
authored
Merge branch 'aws:master' into add-pt2.0
2 parents 9a036f6 + 162e922 commit 2845712

File tree

14 files changed

+1043
-3
lines changed

14 files changed

+1043
-3
lines changed

CHANGELOG.md

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

3+
## v2.146.1 (2023-04-17)
4+
5+
### Bug Fixes and Other Changes
6+
7+
* skip failing tests temporarily
8+
* Added ml.p4d and ml.p4de as supported instances for DeepSpeed
9+
10+
### Documentation Changes
11+
12+
* Add Model Registry Model Collection
13+
14+
## v2.146.0 (2023-04-13)
15+
16+
### Features
17+
18+
* Add support for JSON model inputs for Clarify Processor
19+
20+
### Bug Fixes and Other Changes
21+
22+
* Feature/list collection
23+
* improve reliability of Run integration test
24+
* Add a comment that smdataparallel lib excludes tf 2.12 support
25+
26+
### Documentation Changes
27+
28+
* Update reference to load run method in documentation
29+
330
## v2.145.0 (2023-04-06)
431

532
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.145.1.dev0
1+
2.146.2.dev0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Model Collection
2+
----------------
3+
4+
.. automodule:: sagemaker.collection
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
8+

0 commit comments

Comments
 (0)