We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdea55b commit e7b9702Copy full SHA for e7b9702
src/sagemaker/fw_utils.py
@@ -49,7 +49,7 @@
49
)
50
51
DEBUGGER_UNSUPPORTED_REGIONS = ("us-iso-east-1",)
52
-PROFILER_UNSUPPORTED_REGIONS = ("us-iso-east-1", "cn-north-1", "cn-northwest-1")
+PROFILER_UNSUPPORTED_REGIONS = ("us-iso-east-1",)
53
54
SINGLE_GPU_INSTANCE_TYPES = ("ml.p2.xlarge", "ml.p3.2xlarge")
55
SM_DATAPARALLEL_SUPPORTED_INSTANCE_TYPES = (
0 commit comments