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 @@ -8,6 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
### Added
9
9
### Fixed
10
10
11
+ ## [ 0.3.3] - 2021-04-1
12
+ ### Added
13
+ - FSDP: changed auto\_ wrap\_ bn utility function so that single FSDP group is optional ([ #556 ] ( https://github.com/facebookresearch/fairscale/pull/556 ) )
14
+ - FSDP: optimizer state load/save ([ #537 ] ( https://github.com/facebookresearch/fairscale/pull/537 ) )
15
+ - FSDP: fix weight init when using apply() ([ #543 ] ( https://github.com/facebookresearch/fairscale/pull/543 ) )
16
+ - Multiprocess Pipe: retired old implementation
17
+ - Experimental: xpipe
18
+
19
+ ### Fixed
20
+ - ShardedDDP deferred init ([ #558 ] ( https://github.com/facebookresearch/fairscale/pull/558 ) )
21
+
11
22
## [ 0.3.2] - 2021-03-18
12
23
### Added
13
24
- Experimental: Add spectrain support ([ #372 ] ( https://github.com/facebookresearch/fairscale/issues/372 ) )
Original file line number Diff line number Diff line change 29
29
author = "Facebook AI Research"
30
30
31
31
# The full version, including alpha/beta/rc tags
32
- release = "0.3.2 "
32
+ release = "0.3.3 "
33
33
34
34
35
35
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 4
4
# LICENSE file in the root directory of this source tree.
5
5
6
6
# Please update the doc version in docs/source/conf.py as well.
7
- __version__ = "0.3.2 "
7
+ __version__ = "0.3.3 "
8
8
9
9
################################################################################
10
10
# Import most common subpackages
You can’t perform that action at this time.
0 commit comments