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 @@ -731,7 +731,7 @@ def _generate_processor(
731
731
return FrameworkProcessor (
732
732
estimator_cls = PyTorch ,
733
733
framework_version = "1.10" ,
734
- py_version = "py38 " ,
734
+ py_version = "py39 " ,
735
735
instance_count = 1 ,
736
736
instance_type = "ml.m5.xlarge" ,
737
737
role = execution_role ,
Original file line number Diff line number Diff line change @@ -1123,7 +1123,7 @@ def test_model_registration_with_tuning_model(
1123
1123
source_dir = base_dir ,
1124
1124
role = role ,
1125
1125
framework_version = "1.10" ,
1126
- py_version = "py38 " ,
1126
+ py_version = "py39 " ,
1127
1127
instance_count = instance_count ,
1128
1128
instance_type = instance_type ,
1129
1129
sagemaker_session = pipeline_session ,
@@ -1160,7 +1160,7 @@ def test_model_registration_with_tuning_model(
1160
1160
entry_point = entry_point ,
1161
1161
source_dir = base_dir ,
1162
1162
framework_version = "1.10" ,
1163
- py_version = "py38 " ,
1163
+ py_version = "py39 " ,
1164
1164
sagemaker_session = pipeline_session ,
1165
1165
)
1166
1166
step_model_regis_args = model .register (
You can’t perform that action at this time.
0 commit comments