@@ -55,7 +55,7 @@ def efs_fsx_setup(sagemaker_session, ec2_instance_type):
55
55
reason = "EFS integration tests need to be fixed before running in all regions." ,
56
56
)
57
57
def test_mnist_efs (
58
- efs_fsx_setup , sagemaker_session , cpu_instance_type , tf_latest_version , tf_latest_py_version
58
+ efs_fsx_setup , sagemaker_session , cpu_instance_type , tf_full_version , tf_full_py_version
59
59
):
60
60
role = efs_fsx_setup ["role_name" ]
61
61
subnets = [efs_fsx_setup ["subnet_id" ]]
@@ -67,8 +67,8 @@ def test_mnist_efs(
67
67
train_instance_count = 1 ,
68
68
train_instance_type = cpu_instance_type ,
69
69
sagemaker_session = sagemaker_session ,
70
- framework_version = tf_latest_version ,
71
- py_version = tf_latest_py_version ,
70
+ framework_version = tf_full_version ,
71
+ py_version = tf_full_py_version ,
72
72
subnets = subnets ,
73
73
security_group_ids = security_group_ids ,
74
74
)
@@ -96,7 +96,7 @@ def test_mnist_efs(
96
96
reason = "EFS integration tests need to be fixed before running in all regions." ,
97
97
)
98
98
def test_mnist_lustre (
99
- efs_fsx_setup , sagemaker_session , cpu_instance_type , tf_latest_version , tf_latest_py_version
99
+ efs_fsx_setup , sagemaker_session , cpu_instance_type , tf_full_version , tf_full_py_version
100
100
):
101
101
role = efs_fsx_setup ["role_name" ]
102
102
subnets = [efs_fsx_setup ["subnet_id" ]]
@@ -108,8 +108,8 @@ def test_mnist_lustre(
108
108
train_instance_count = 1 ,
109
109
train_instance_type = cpu_instance_type ,
110
110
sagemaker_session = sagemaker_session ,
111
- framework_version = tf_latest_version ,
112
- py_version = tf_latest_py_version ,
111
+ framework_version = tf_full_version ,
112
+ py_version = tf_full_py_version ,
113
113
subnets = subnets ,
114
114
security_group_ids = security_group_ids ,
115
115
)
@@ -133,7 +133,7 @@ def test_mnist_lustre(
133
133
reason = "EFS integration tests need to be fixed before running in all regions." ,
134
134
)
135
135
def test_tuning_tf_efs (
136
- efs_fsx_setup , sagemaker_session , cpu_instance_type , tf_latest_version , tf_latest_py_version
136
+ efs_fsx_setup , sagemaker_session , cpu_instance_type , tf_full_version , tf_full_py_version
137
137
):
138
138
role = efs_fsx_setup ["role_name" ]
139
139
subnets = [efs_fsx_setup ["subnet_id" ]]
@@ -145,8 +145,8 @@ def test_tuning_tf_efs(
145
145
train_instance_count = 1 ,
146
146
train_instance_type = cpu_instance_type ,
147
147
sagemaker_session = sagemaker_session ,
148
- framework_version = tf_latest_version ,
149
- py_version = tf_latest_py_version ,
148
+ framework_version = tf_full_version ,
149
+ py_version = tf_full_py_version ,
150
150
subnets = subnets ,
151
151
security_group_ids = security_group_ids ,
152
152
)
@@ -182,7 +182,7 @@ def test_tuning_tf_efs(
182
182
reason = "EFS integration tests need to be fixed before running in all regions." ,
183
183
)
184
184
def test_tuning_tf_lustre (
185
- efs_fsx_setup , sagemaker_session , cpu_instance_type , tf_latest_version , tf_latest_py_version
185
+ efs_fsx_setup , sagemaker_session , cpu_instance_type , tf_full_version , tf_full_py_version
186
186
):
187
187
role = efs_fsx_setup ["role_name" ]
188
188
subnets = [efs_fsx_setup ["subnet_id" ]]
@@ -194,8 +194,8 @@ def test_tuning_tf_lustre(
194
194
train_instance_count = 1 ,
195
195
train_instance_type = cpu_instance_type ,
196
196
sagemaker_session = sagemaker_session ,
197
- framework_version = tf_latest_version ,
198
- py_version = tf_latest_py_version ,
197
+ framework_version = tf_full_version ,
198
+ py_version = tf_full_py_version ,
199
199
subnets = subnets ,
200
200
security_group_ids = security_group_ids ,
201
201
)
0 commit comments