You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Support TensorFlow v2.14.0 and remove Py38 (#152)
* feat: Support TensorFlow v2.14.0
* Remove support for Py38
* update ubuntu version
---------
Co-authored-by: Erick Benitez-Ramos <benieric@amazon.com>
Copy file name to clipboardExpand all lines: README.rst
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ SageMaker TensorFlow
6
6
7
7
This package contains SageMaker-specific extensions to TensorFlow, including the :python:`PipeModeDataset` class, that allows SageMaker Pipe Mode channels to be read using TensorFlow Datasets.
8
8
9
-
This package supports Python 3.8-3.10 and TensorFlow versions 1.7 and higher, including 2.0-2.13.0.
9
+
This package supports Python 3.9-3.10 and TensorFlow versions 1.7 and higher, including 2.0-2.14.0.
10
10
For TensorFlow 1.x support, see the `master branch <https://github.com/aws/sagemaker-tensorflow-extensions>`_.
11
11
``sagemaker-tensorflow`` releases for all supported versions are available on `PyPI <https://pypi.org/project/sagemaker-tensorflow/#history>`_.
12
12
@@ -97,6 +97,10 @@ Please refer to below table for release support information:
0 commit comments