File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
10
10
### Fixed
11
11
12
12
- Fixed incorrect yield logic for the amp autocast context manager ([ #6080 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/6080 ) )
13
-
14
-
15
13
- Fixed priority of plugin/accelerator when setting distributed mode ([ #6089 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/6089 ) )
16
-
17
-
18
14
- Fixed error message for AMP + CPU incompatibility ([ #6107 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/6107 ) )
19
15
20
16
Original file line number Diff line number Diff line change 5
5
import time
6
6
7
7
_this_year = time .strftime ("%Y" )
8
- __version__ = '1.2.0 '
8
+ __version__ = '1.2.1 '
9
9
__author__ = 'William Falcon et al.'
10
10
__author_email__ = '[email protected] '
11
11
__license__ = 'Apache-2.0'
You can’t perform that action at this time.
0 commit comments