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 abae251 commit 5b35e09Copy full SHA for 5b35e09
tests/integ/test_training_pipeline_framework_estimator.py
@@ -35,7 +35,7 @@ def torch_estimator(sagemaker_role_arn):
35
return PyTorch(
36
entry_point=script_path,
37
role=sagemaker_role_arn,
38
- framework_version='1.1.0',
+ framework_version='1.2.0',
39
train_instance_count=1,
40
train_instance_type='ml.m5.large',
41
hyperparameters={
0 commit comments