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/).
1010### Fixed
1111
1212- Fixed incorrect yield logic for the amp autocast context manager ([ #6080 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/6080 ) )
13-
14-
1513- Fixed priority of plugin/accelerator when setting distributed mode ([ #6089 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/6089 ) )
16-
17-
1814- Fixed error message for AMP + CPU incompatibility ([ #6107 ] ( https://github.com/PyTorchLightning/pytorch-lightning/pull/6107 ) )
1915
2016
Original file line number Diff line number Diff line change 55import time
66
77_this_year = time .strftime ("%Y" )
8- __version__ = '1.2.0 '
8+ __version__ = '1.2.1 '
99__author__ = 'William Falcon et al.'
1010__author_email__ = '[email protected] ' 1111__license__ = 'Apache-2.0'
You can’t perform that action at this time.
0 commit comments