Skip to content

Commit f3983b6

Browse files
committed
fix pytorch
1 parent bfb49a2 commit f3983b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integ/sagemaker/workflow/test_retry.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ def test_model_registration_with_model_repack(
148148
role,
149149
pipeline_name,
150150
region_name,
151+
pytorch_training_latest_version,
151152
):
152153
base_dir = os.path.join(DATA_DIR, "pytorch_mnist")
153154
entry_point = os.path.join(base_dir, "mnist.py")
@@ -166,7 +167,7 @@ def test_model_registration_with_model_repack(
166167
pytorch_estimator = PyTorch(
167168
entry_point=entry_point,
168169
role=role,
169-
framework_version="1.5.0",
170+
framework_version=pytorch_training_latest_version,
170171
py_version="py3",
171172
instance_count=instance_count,
172173
instance_type=instance_type,

0 commit comments

Comments
 (0)