From 886dd0996ee98957733ec5fc9d28cd8fb188acd4 Mon Sep 17 00:00:00 2001 From: Zhihan Li Date: Sat, 20 Mar 2021 00:24:44 +0000 Subject: [PATCH] feature: Enable Profiler in China Regions --- src/sagemaker/fw_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sagemaker/fw_utils.py b/src/sagemaker/fw_utils.py index c0ae18a82d..c37e03a46f 100644 --- a/src/sagemaker/fw_utils.py +++ b/src/sagemaker/fw_utils.py @@ -49,7 +49,7 @@ ) DEBUGGER_UNSUPPORTED_REGIONS = ("us-iso-east-1",) -PROFILER_UNSUPPORTED_REGIONS = ("us-iso-east-1", "cn-north-1", "cn-northwest-1") +PROFILER_UNSUPPORTED_REGIONS = ("us-iso-east-1",) SINGLE_GPU_INSTANCE_TYPES = ("ml.p2.xlarge", "ml.p3.2xlarge") SM_DATAPARALLEL_SUPPORTED_INSTANCE_TYPES = (