Skip to content

Commit 2a2dfd0

Browse files
committed
Test with making changes to model.py
1 parent 0a2ed3d commit 2a2dfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/tensorflow/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def __init__(
199199
# patch versions, but end up hosting the model of same TF version. For eg., the upstream
200200
# TFS-2.12.0 release was a bad release and hence a new TFS-2.12.1 release was made to host
201201
# models from TF-2.12.0.
202-
training_inference_version_mismatch_dict = {"2.12.0": "2.12.1"}
202+
training_inference_version_mismatch_dict = {"2.12.0": "2.12.1", "2.16.2": "2.16.1"}
203203
self.inference_framework_version = training_inference_version_mismatch_dict.get(
204204
framework_version, framework_version
205205
)

0 commit comments

Comments
 (0)