We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e3135 commit ef4a805Copy full SHA for ef4a805
tests/integ/sagemaker/workflow/test_retry.py
@@ -149,6 +149,7 @@ def test_model_registration_with_model_repack(
149
pipeline_name,
150
region_name,
151
pytorch_training_latest_version,
152
+ pytorch_training_latest_py_version
153
):
154
base_dir = os.path.join(DATA_DIR, "pytorch_mnist")
155
entry_point = os.path.join(base_dir, "mnist.py")
@@ -168,7 +169,7 @@ def test_model_registration_with_model_repack(
168
169
entry_point=entry_point,
170
role=role,
171
framework_version=pytorch_training_latest_version,
- py_version="py3",
172
+ py_version=pytorch_training_latest_py_version,
173
instance_count=instance_count,
174
instance_type=instance_type,
175
sagemaker_session=pipeline_session,
0 commit comments