File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## NEXT - TBD
7
+ ## [ 0.4.2 ] - 2021-11-08
8
8
### Fixed
9
9
- FSDP: Fixed an pre-backward hook bug for certain type of models and FSDP config. [ #833 ]
10
10
Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ FairScale was designed with the following values in mind:
22
22
23
23
## What's New:
24
24
25
- * September 2021 [ ` master ` branch renamed to ` main ` ] ( https://github.com/github/renaming ) .
26
- * September 2021 [ fairscale 0.4.1 was released] ( https://github.com/facebookresearch/fairscale/releases/tag/v0.4.1 ) .
25
+ * November 2021 [ fairscale 0.4.2 was released] ( https://github.com/facebookresearch/fairscale/releases/tag/v0.4.2 ) .
27
26
28
27
## Installation
29
28
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.4.1 "
32
+ release = "0.4.2 "
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.4.1 "
7
+ __version__ = "0.4.2 "
8
8
9
9
################################################################################
10
10
# Import most common subpackages
You can’t perform that action at this time.
0 commit comments