Skip to content

Commit bcbca31

Browse files
committed
add test for pt171 check
1 parent aa90136 commit bcbca31

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
@@ -632,6 +632,7 @@ def test_validate_smdataparallel_args_not_raises():
632632
(None, None, None, None, smdataparallel_disabled),
633633
("ml.p3.16xlarge", "tensorflow", "2.3.1", "py3", smdataparallel_enabled),
634634
("ml.p3.16xlarge", "pytorch", "1.6.0", "py3", smdataparallel_enabled),
635+
("ml.p3.16xlarge", "pytorch", "1.7.0", "py3", smdataparallel_enabled),
635636
]
636637
for instance_type, framework_name, framework_version, py_version, distribution in good_args:
637638
fw_utils._validate_smdataparallel_args(

0 commit comments

Comments
 (0)