28
28
29
29
30
30
@pytest .mark .release
31
- @retry_with_instance_list (gpu_list (integ .test_region ()))
32
31
def test_framework_processing_job_with_deps (
33
32
sagemaker_session ,
34
33
huggingface_training_latest_version ,
@@ -59,7 +58,6 @@ def test_framework_processing_job_with_deps(
59
58
60
59
61
60
@pytest .mark .release
62
- @retry_with_instance_list (gpu_list (integ .test_region ()))
63
61
def test_huggingface_training (
64
62
sagemaker_session ,
65
63
huggingface_training_latest_version ,
@@ -101,12 +99,9 @@ def test_huggingface_training(
101
99
102
100
103
101
@pytest .mark .release
104
- @pytest .mark .skip (
105
- reason = "need to re enable it later t.corp:V609860141" ,
106
- )
107
102
def test_huggingface_training_tf (
108
103
sagemaker_session ,
109
- gpu_pytorch_instance_type ,
104
+ gpu_instance_type ,
110
105
huggingface_training_latest_version ,
111
106
huggingface_training_tensorflow_latest_version ,
112
107
huggingface_tensorflow_latest_training_py_version ,
@@ -121,7 +116,7 @@ def test_huggingface_training_tf(
121
116
transformers_version = huggingface_training_latest_version ,
122
117
tensorflow_version = huggingface_training_tensorflow_latest_version ,
123
118
instance_count = 1 ,
124
- instance_type = gpu_pytorch_instance_type ,
119
+ instance_type = gpu_instance_type ,
125
120
hyperparameters = {
126
121
"model_name_or_path" : "distilbert-base-cased" ,
127
122
"per_device_train_batch_size" : 128 ,
0 commit comments