File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v2.26.0 (2021-02-26)
4
+
5
+ ### Features
6
+
7
+ * Add Framework Version support for PyTorch compilation (Neo)
8
+
9
+ ### Bug Fixes and Other Changes
10
+
11
+ * add mxnet 1.7.0 eia configuration
12
+ * update source constructor for lineage action and artifact
13
+
14
+ ### Documentation Changes
15
+
16
+ * fix typo in create_monitoring_schedule method
17
+
3
18
## v2.25.2 (2021-02-25)
4
19
5
20
### Bug Fixes and Other Changes
Original file line number Diff line number Diff line change 1
- 2.25.3 .dev0
1
+ 2.26.1 .dev0
Original file line number Diff line number Diff line change @@ -349,6 +349,9 @@ def __init__(
349
349
self .profiler_config = profiler_config
350
350
self .disable_profiler = disable_profiler
351
351
352
+ if not _region_supports_profiler (self .sagemaker_session .boto_region_name ):
353
+ self .disable_profiler = True
354
+
352
355
self .profiler_rule_configs = None
353
356
self .profiler_rules = None
354
357
self .debugger_rules = None
You can’t perform that action at this time.
0 commit comments