Skip to content

Commit

Permalink
[chore] v0.1.7 (#404)
Browse files Browse the repository at this point in the history
Co-authored-by: Min Xu <24926999+min-xu-ai@users.noreply.github.com>
  • Loading branch information
blefaudeux and min-xu-ai committed Feb 19, 2021
1 parent 3f240fb commit a606e84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [next rel] - TBD
## NEXT - TBD

## [0.1.7] - 2021-02-19
### Fixed
- ShardedDDP and OSS handle model trainability changes during training ([#369](https://github.com/facebookresearch/fairscale/issues/369))
- ShardedDDP state dict load/save bug (#386)
- ShardedDDP handle train/eval modes (#393)
- ShardedDDP state dict load/save bug ([#386](https://github.com/facebookresearch/fairscale/issues/386))
- ShardedDDP handle train/eval modes ([#393](https://github.com/facebookresearch/fairscale/issues/393))
- AdaScale handling custom scaling factors ([#401](https://github.com/facebookresearch/fairscale/issues/401))

### Added
- ShardedDDP manual reduce option for checkpointing (#389)
- ShardedDDP manual reduce option for checkpointing ([#389](https://github.com/facebookresearch/fairscale/issues/389))

## [0.1.6] - 2021-02-10
### Added
Expand Down
2 changes: 1 addition & 1 deletion fairscale/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# LICENSE file in the root directory of this source tree.

# Please update the doc version in docs/source/conf.py as well.
__version__ = "0.1.6"
__version__ = "0.1.7"

################################################################################
# Import most common subpackages
Expand Down

0 comments on commit a606e84

Please sign in to comment.