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 bfb49a2 commit f3983b6Copy full SHA for f3983b6
tests/integ/sagemaker/workflow/test_retry.py
@@ -148,6 +148,7 @@ def test_model_registration_with_model_repack(
148
role,
149
pipeline_name,
150
region_name,
151
+ pytorch_training_latest_version,
152
):
153
base_dir = os.path.join(DATA_DIR, "pytorch_mnist")
154
entry_point = os.path.join(base_dir, "mnist.py")
@@ -166,7 +167,7 @@ def test_model_registration_with_model_repack(
166
167
pytorch_estimator = PyTorch(
168
entry_point=entry_point,
169
role=role,
- framework_version="1.5.0",
170
+ framework_version=pytorch_training_latest_version,
171
py_version="py3",
172
instance_count=instance_count,
173
instance_type=instance_type,
0 commit comments