Skip to content

Commit 8fbc1c6

Browse files
authored
tensorflow inference 2.10.1 release (#3547)
1 parent e6b8b15 commit 8fbc1c6

File tree

3 files changed

+96
-2
lines changed

3 files changed

+96
-2
lines changed

CHANGELOG.md

+58
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,63 @@
11
# Changelog
22

3+
## v2.119.0 (2022-12-21)
4+
5+
### Features
6+
7+
* add RandomSeed to support reproducible HPO
8+
* Doc update for TableFormatEnum
9+
* Add p4de to smddp supported instance types
10+
* Add disable_profiler field in config and propagate changes
11+
* Added doc update for dataset builder
12+
* Add support for TF2.9.2 training images
13+
* Add SageMaker Experiment
14+
* Feature Store dataset builder, delete_record, get_record, list_feature_group
15+
* Add OSU region to frameworks for DLC
16+
* Algorithms Region Expansion OSU/DXB
17+
* Add Neo image uri config for Pytorch 1.12
18+
* Adding support for SageMaker Training Compiler in PyTorch estimator starting 1.12
19+
* Update registries with new region account number mappings.
20+
* Add DXB region to frameworks by DLC
21+
* Add Code Owners file
22+
* Added transform with monitoring pipeline step in transformer
23+
* Update TF 2.9 and TF 2.10 inference DLCs
24+
* make estimator accept json file as modelparallel config
25+
* SageMaker Training Compiler does not support p4de instances
26+
* Add support for SparkML v3.3
27+
28+
### Bug Fixes and Other Changes
29+
30+
* Do not specify S3 path for disabled profiler
31+
* Correct SageMaker Clarify API docstrings by changing JSONPath to JMESPath
32+
* Use Async Inference Config when available for endpoint update
33+
* the Hyperband support fix for the HPO
34+
* unpin packaging version
35+
* Remove content type image/jpg from analysis configuration schema
36+
* Update for Tensorflow Serving 2.11 inference DLCs
37+
* Skip Bad Transform Test
38+
* Pop out ModelPackageName from pipeline definition
39+
* Fix failing jumpstart cache unit tests
40+
* FrameworkProcessor S3 uploads
41+
* Add constraints file for apache-airflow
42+
* support idempotency for framework and spark processors
43+
* Fix bug forcing uploaded tar to be named sourcedir
44+
* Update local_requirements.txt PyYAML version
45+
* refactoring : using with statement
46+
* Allow Py 3.7 for MMS Test Docker env
47+
* Return ARM XGB/SKLearn tags if `image_scope` is `inference_graviton`
48+
* Update scipy to 1.7.3 to support M1 development envs
49+
* Fixing type hints for Spark processor that has instance type/count params in reverse order
50+
* Add DeepAR ap-northeast-3 repository.
51+
* Fix AsyncInferenceConfig documentation typo
52+
* fix ml_inf to ml_inf1 in Neo multi-version support
53+
* Fix type annotations
54+
* add neo mvp region accounts
55+
56+
### Documentation Changes
57+
58+
* fix the incorrect property reference
59+
* smdistributed libraries release notes
60+
361
## v2.125.0 (2022-12-19)
462

563
### Features

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.125.1.dev0
1+
2.119.1.dev0

src/sagemaker/image_uri_config/tensorflow.json

+37-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
"2.7": "2.7.0",
308308
"2.8": "2.8.0",
309309
"2.9": "2.9.2",
310-
"2.10": "2.10.0",
310+
"2.10": "2.10.1",
311311
"2.11": "2.11.0"
312312
},
313313
"versions": {
@@ -1707,6 +1707,41 @@
17071707
},
17081708
"repository": "tensorflow-inference"
17091709
},
1710+
"2.10.1": {
1711+
"registries": {
1712+
"af-south-1": "626614931356",
1713+
"ap-east-1": "871362719292",
1714+
"ap-northeast-1": "763104351884",
1715+
"ap-northeast-2": "763104351884",
1716+
"ap-northeast-3": "364406365360",
1717+
"ap-south-1": "763104351884",
1718+
"ap-south-2": "772153158452",
1719+
"ap-southeast-1": "763104351884",
1720+
"ap-southeast-2": "763104351884",
1721+
"ap-southeast-3": "907027046896",
1722+
"ca-central-1": "763104351884",
1723+
"cn-north-1": "727897471807",
1724+
"cn-northwest-1": "727897471807",
1725+
"eu-central-1": "763104351884",
1726+
"eu-central-2": "380420809688",
1727+
"eu-north-1": "763104351884",
1728+
"eu-south-1": "692866216735",
1729+
"eu-south-2": "503227376785",
1730+
"eu-west-1": "763104351884",
1731+
"eu-west-2": "763104351884",
1732+
"eu-west-3": "763104351884",
1733+
"me-south-1": "217643126080",
1734+
"sa-east-1": "763104351884",
1735+
"us-east-1": "763104351884",
1736+
"us-east-2": "763104351884",
1737+
"us-gov-east-1": "446045086412",
1738+
"us-gov-west-1": "442386744353",
1739+
"us-iso-east-1": "886529160074",
1740+
"us-west-1": "763104351884",
1741+
"us-west-2": "763104351884"
1742+
},
1743+
"repository": "tensorflow-inference"
1744+
},
17101745
"2.11.0": {
17111746
"registries": {
17121747
"af-south-1": "626614931356",
@@ -3347,3 +3382,4 @@
33473382
}
33483383
}
33493384
}
3385+

0 commit comments

Comments
 (0)