File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## v2.31.0 (2021-03-23)
4
15
5
16
### Features
Original file line number Diff line number Diff line change 1
- 2.31.1 .dev0
1
+ 2.31.2 .dev0
Original file line number Diff line number Diff line change 49
49
)
50
50
51
51
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" ,)
53
53
54
54
SINGLE_GPU_INSTANCE_TYPES = ("ml.p2.xlarge" , "ml.p3.2xlarge" )
55
55
SM_DATAPARALLEL_SUPPORTED_INSTANCE_TYPES = (
You can’t perform that action at this time.
0 commit comments