Skip to content

Commit d598c07

Browse files
author
Mike Schneider
committed
adding PT 1.13.1 to test_fw_utils
1 parent 4189054 commit d598c07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/test_fw_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -932,6 +932,7 @@ def test_validate_smdataparallel_args_not_raises():
932932
("ml.p3.16xlarge", "pytorch", "1.11.0", "py38", smdataparallel_enabled_custom_mpi),
933933
("ml.p3.16xlarge", "pytorch", "1.12.0", "py38", smdataparallel_enabled_custom_mpi),
934934
("ml.p3.16xlarge", "pytorch", "1.12.1", "py38", smdataparallel_enabled_custom_mpi),
935+
("ml.p3.16xlarge", "pytorch", "1.13.1", "py39", smdataparallel_enabled_custom_mpi),
935936
]
936937
for instance_type, framework_name, framework_version, py_version, distribution in good_args:
937938
fw_utils._validate_smdataparallel_args(

0 commit comments

Comments
 (0)