Skip to content

Commit 7a71337

Browse files
committed
test region
1 parent 8452f5f commit 7a71337

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/integ/test_huggingface.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
from __future__ import absolute_import
1414

1515
import os
16+
import pdb
1617

1718
import pytest
1819

@@ -35,6 +36,7 @@ def test_huggingface_training(
3536
huggingface_training_latest_version,
3637
huggingface_training_pytorch_latest_version,
3738
):
39+
print(sagemaker_session._region_name)
3840
with timeout(minutes=TRAINING_DEFAULT_TIMEOUT_MINUTES):
3941
data_path = os.path.join(DATA_DIR, "huggingface")
4042

@@ -78,6 +80,7 @@ def test_huggingface_training_tf(
7880
huggingface_training_latest_version,
7981
huggingface_training_tensorflow_latest_version,
8082
):
83+
print(sagemaker_session._region_name)
8184
with timeout(minutes=TRAINING_DEFAULT_TIMEOUT_MINUTES):
8285
data_path = os.path.join(DATA_DIR, "huggingface")
8386

@@ -123,7 +126,7 @@ def test_huggingface_inference(
123126
"HF_TASK": "text-classification",
124127
}
125128
endpoint_name = unique_name_from_base("test-hf-inference")
126-
129+
print( sagemaker_session._region_name)
127130
model = HuggingFaceModel(
128131
sagemaker_session=sagemaker_session,
129132
role="SageMakerRole",

0 commit comments

Comments
 (0)