Skip to content

Commit ac5471f

Browse files
author
Mike Schneider
committed
remote 1.13 and only use 1.13.1 in test_fw_utils
1 parent 9109fa1 commit ac5471f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/test_fw_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,6 @@ def test_validate_smdataparallel_args_not_raises():
912912
("ml.p3.16xlarge", "pytorch", "1.12.0", "py38", smdataparallel_enabled),
913913
("ml.p3.16xlarge", "pytorch", "1.12.1", "py38", smdataparallel_enabled),
914914
("ml.p3.16xlarge", "pytorch", "1.12", "py38", smdataparallel_enabled),
915-
("ml.p3.16xlarge", "pytorch", "1.13", "py39", smdataparallel_enabled),
916915
("ml.p3.16xlarge", "pytorch", "1.13.1", "py39", smdataparallel_enabled),
917916
("ml.p3.16xlarge", "tensorflow", "2.4.1", "py3", smdataparallel_enabled_custom_mpi),
918917
("ml.p3.16xlarge", "tensorflow", "2.4.1", "py37", smdataparallel_enabled_custom_mpi),

0 commit comments

Comments
 (0)