File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -730,7 +730,7 @@ def _generate_processor(
730730 )
731731 return FrameworkProcessor (
732732 estimator_cls = PyTorch ,
733- framework_version = "1.10 " ,
733+ framework_version = "1.13.1 " ,
734734 py_version = "py39" ,
735735 instance_count = 1 ,
736736 instance_type = "ml.m5.xlarge" ,
Original file line number Diff line number Diff line change @@ -1122,7 +1122,7 @@ def test_model_registration_with_tuning_model(
11221122 entry_point = entry_point ,
11231123 source_dir = base_dir ,
11241124 role = role ,
1125- framework_version = "1.10 " ,
1125+ framework_version = "1.13.1 " ,
11261126 py_version = "py39" ,
11271127 instance_count = instance_count ,
11281128 instance_type = instance_type ,
@@ -1159,7 +1159,7 @@ def test_model_registration_with_tuning_model(
11591159 ),
11601160 entry_point = entry_point ,
11611161 source_dir = base_dir ,
1162- framework_version = "1.10 " ,
1162+ framework_version = "1.13.1 " ,
11631163 py_version = "py39" ,
11641164 sagemaker_session = pipeline_session ,
11651165 )
You can’t perform that action at this time.
0 commit comments