Skip to content

Commit e792713

Browse files
update EI version for TF to 1.12 (#597)
1 parent bae98db commit e792713

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
CHANGELOG
33
=========
44

5+
1.17.3.dev
6+
==========
7+
8+
* feature: Update EI TensorFlow latest version to 1.12
9+
510
1.17.2
611
======
712

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ By using TensorFlow SageMaker ``Estimators``, you can train and host TensorFlow
390390
391391
Supported versions of TensorFlow: ``1.4.1``, ``1.5.0``, ``1.6.0``, ``1.7.0``, ``1.8.0``, ``1.9.0``, ``1.10.0``, ``1.11.0``, ``1.12.0``.
392392
393-
Supported versions of TensorFlow for Elastic Inference: ``1.11.0``.
393+
Supported versions of TensorFlow for Elastic Inference: ``1.11.0``, ``1.12.0``.
394394
395395
We recommend that you use the latest supported version, because that's where we focus most of our development efforts.
396396

src/sagemaker/tensorflow/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Documentation of the previous Legacy Mode versions: `1.4.1 <https://github.com/a
2020
| You can find the Legacy Mode README `here <https://github.com/aws/sagemaker-python-sdk/tree/v1.12.0/src/sagemaker/tensorflow#tensorflow-sagemaker-estimators-and-models>`_. |
2121
+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2222

23-
Supported versions of TensorFlow for Elastic Inference: ``1.11.0``.
23+
Supported versions of TensorFlow for Elastic Inference: ``1.11.0``, ``1.12.0``.
2424

2525
Training with TensorFlow
2626
~~~~~~~~~~~~~~~~~~~~~~~~

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def tf_version(request):
131131
return request.param
132132

133133

134-
@pytest.fixture(scope='module', params=['1.11', '1.11.0'])
134+
@pytest.fixture(scope='module', params=['1.12', '1.12.0'])
135135
def ei_tf_version(request):
136136
return request.param
137137

0 commit comments

Comments
 (0)