Skip to content

Commit e155619

Browse files
committed
Only add entries for TF 2.8
1 parent a65d3f5 commit e155619

File tree

3 files changed

+0
-69
lines changed

3 files changed

+0
-69
lines changed

src/sagemaker/fw_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@
7474
"2.6",
7575
"2.6.0",
7676
"2.6.2",
77-
"2.7",
78-
"2.7.1",
7977
"2.8",
8078
"2.8.0",
8179
],

src/sagemaker/image_uri_config/tensorflow.json

Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@
280280
"2.4": "2.4.3",
281281
"2.5": "2.5.1",
282282
"2.6": "2.6.0",
283-
"2.7": "2.7.0",
284283
"2.8": "2.8.0"
285284
},
286285
"versions": {
@@ -1346,36 +1345,6 @@
13461345
},
13471346
"repository": "tensorflow-inference"
13481347
},
1349-
"2.7.0": {
1350-
"registries": {
1351-
"af-south-1": "626614931356",
1352-
"ap-east-1": "871362719292",
1353-
"ap-northeast-1": "763104351884",
1354-
"ap-northeast-2": "763104351884",
1355-
"ap-northeast-3": "364406365360",
1356-
"ap-south-1": "763104351884",
1357-
"ap-southeast-1": "763104351884",
1358-
"ap-southeast-2": "763104351884",
1359-
"ca-central-1": "763104351884",
1360-
"cn-north-1": "727897471807",
1361-
"cn-northwest-1": "727897471807",
1362-
"eu-central-1": "763104351884",
1363-
"eu-north-1": "763104351884",
1364-
"eu-south-1": "692866216735",
1365-
"eu-west-1": "763104351884",
1366-
"eu-west-2": "763104351884",
1367-
"eu-west-3": "763104351884",
1368-
"me-south-1": "217643126080",
1369-
"sa-east-1": "763104351884",
1370-
"us-east-1": "763104351884",
1371-
"us-east-2": "763104351884",
1372-
"us-gov-west-1": "442386744353",
1373-
"us-iso-east-1": "886529160074",
1374-
"us-west-1": "763104351884",
1375-
"us-west-2": "763104351884"
1376-
},
1377-
"repository": "tensorflow-inference"
1378-
},
13791348
"2.8.0": {
13801349
"registries": {
13811350
"af-south-1": "626614931356",
@@ -2694,39 +2663,6 @@
26942663
},
26952664
"repository": "tensorflow-training"
26962665
},
2697-
"2.7.1": {
2698-
"py_versions": [
2699-
"py38"
2700-
],
2701-
"registries": {
2702-
"af-south-1": "626614931356",
2703-
"ap-east-1": "871362719292",
2704-
"ap-northeast-1": "763104351884",
2705-
"ap-northeast-2": "763104351884",
2706-
"ap-northeast-3": "364406365360",
2707-
"ap-south-1": "763104351884",
2708-
"ap-southeast-1": "763104351884",
2709-
"ap-southeast-2": "763104351884",
2710-
"ca-central-1": "763104351884",
2711-
"cn-north-1": "727897471807",
2712-
"cn-northwest-1": "727897471807",
2713-
"eu-central-1": "763104351884",
2714-
"eu-north-1": "763104351884",
2715-
"eu-south-1": "692866216735",
2716-
"eu-west-1": "763104351884",
2717-
"eu-west-2": "763104351884",
2718-
"eu-west-3": "763104351884",
2719-
"me-south-1": "217643126080",
2720-
"sa-east-1": "763104351884",
2721-
"us-east-1": "763104351884",
2722-
"us-east-2": "763104351884",
2723-
"us-gov-west-1": "442386744353",
2724-
"us-iso-east-1": "886529160074",
2725-
"us-west-1": "763104351884",
2726-
"us-west-2": "763104351884"
2727-
},
2728-
"repository": "tensorflow-training"
2729-
},
27302666
"2.8.0": {
27312667
"py_versions": [
27322668
"py39"

tests/unit/test_fw_utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -686,8 +686,6 @@ def test_validate_smdataparallel_args_not_raises():
686686
("ml.p3.16xlarge", "tensorflow", "2.6.0", "py38", smdataparallel_enabled),
687687
("ml.p3.16xlarge", "tensorflow", "2.6.2", "py38", smdataparallel_enabled),
688688
("ml.p3.16xlarge", "tensorflow", "2.6", "py38", smdataparallel_enabled),
689-
("ml.p3.16xlarge", "tensorflow", "2.7.1", "py38", smdataparallel_enabled),
690-
("ml.p3.16xlarge", "tensorflow", "2.7", "py38", smdataparallel_enabled),
691689
("ml.p3.16xlarge", "tensorflow", "2.8.0", "py38", smdataparallel_enabled),
692690
("ml.p3.16xlarge", "tensorflow", "2.8", "py39", smdataparallel_enabled),
693691
("ml.p3.16xlarge", "pytorch", "1.6.0", "py3", smdataparallel_enabled),
@@ -704,7 +702,6 @@ def test_validate_smdataparallel_args_not_raises():
704702
("ml.p3.16xlarge", "tensorflow", "2.4.3", "py37", smdataparallel_enabled_custom_mpi),
705703
("ml.p3.16xlarge", "tensorflow", "2.5.1", "py37", smdataparallel_enabled_custom_mpi),
706704
("ml.p3.16xlarge", "tensorflow", "2.6.2", "py38", smdataparallel_enabled_custom_mpi),
707-
("ml.p3.16xlarge", "tensorflow", "2.7.1", "py38", smdataparallel_enabled_custom_mpi),
708705
("ml.p3.16xlarge", "tensorflow", "2.8.0", "py38", smdataparallel_enabled_custom_mpi),
709706
("ml.p3.16xlarge", "pytorch", "1.8.0", "py3", smdataparallel_enabled_custom_mpi),
710707
("ml.p3.16xlarge", "pytorch", "1.9.1", "py38", smdataparallel_enabled_custom_mpi),

0 commit comments

Comments
 (0)