diff --git a/src/sagemaker/fw_utils.py b/src/sagemaker/fw_utils.py index 923f505a02..1c6732cb80 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 = (