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 81e0d5a commit fd1efd0Copy full SHA for fd1efd0
tests/integ/test_huggingface.py
@@ -35,7 +35,6 @@ def test_huggingface_training(
35
huggingface_training_latest_version,
36
huggingface_training_pytorch_latest_version,
37
):
38
- print(sagemaker_session._region_name)
39
with timeout(minutes=TRAINING_DEFAULT_TIMEOUT_MINUTES):
40
data_path = os.path.join(DATA_DIR, "huggingface")
41
@@ -79,7 +78,6 @@ def test_huggingface_training_tf(
79
78
80
huggingface_training_tensorflow_latest_version,
81
82
83
84
85
0 commit comments