Skip to content

Commit 5b35e09

Browse files
authored
Fix the integration test for PyTorch estimator (#21)
1 parent abae251 commit 5b35e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_training_pipeline_framework_estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def torch_estimator(sagemaker_role_arn):
3535
return PyTorch(
3636
entry_point=script_path,
3737
role=sagemaker_role_arn,
38-
framework_version='1.1.0',
38+
framework_version='1.2.0',
3939
train_instance_count=1,
4040
train_instance_type='ml.m5.large',
4141
hyperparameters={

0 commit comments

Comments
 (0)