Skip to content

Commit e7b9702

Browse files
lizhihan-amznajaykarpuricywang86rui
authored
feature: Enable Profiler in China Regions (#2228)
Co-authored-by: Ajay Karpur <[email protected]> Co-authored-by: icywang86rui <[email protected]>
1 parent bdea55b commit e7b9702

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)