Skip to content

Commit a1befd4

Browse files
authored
Merge branch 'master' into smp13
2 parents ee46bf5 + e7b9702 commit a1befd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/fw_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
)
5050

5151
DEBUGGER_UNSUPPORTED_REGIONS = ("us-iso-east-1",)
52-
PROFILER_UNSUPPORTED_REGIONS = ("us-iso-east-1", "cn-north-1", "cn-northwest-1")
52+
PROFILER_UNSUPPORTED_REGIONS = ("us-iso-east-1",)
5353

5454
SINGLE_GPU_INSTANCE_TYPES = ("ml.p2.xlarge", "ml.p3.2xlarge")
5555
SM_DATAPARALLEL_SUPPORTED_INSTANCE_TYPES = (

0 commit comments

Comments
 (0)