Skip to content

Commit 978750f

Browse files
authored
Merge branch 'master' into upgrade-neomxnet
2 parents e10b53a + e7b9702 commit 978750f

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v2.31.1 (2021-03-23)
4+
5+
### Bug Fixes and Other Changes
6+
7+
* added documentation for Hugging Face Estimator
8+
* mark HuggingFace tests as release tests
9+
10+
### Documentation Changes
11+
12+
* adding version 1.1.0 docs for smdistributed.dataparallel
13+
314
## v2.31.0 (2021-03-23)
415

516
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.31.1.dev0
1+
2.31.2.dev0

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)