Skip to content

Commit

Permalink
[chore] create v0.0.3 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
msbaines committed Oct 15, 2020
1 parent 34915bf commit 1e6c547
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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).


## [0.0.3] - 2020-10-14
### Added
- multi-process pipe

### Fixed
- multiple OSS fixes
- MegaTron+OSS DDP fix

## [0.0.2] - 2020-08-28
### Added
- add ddp that works with oss with reduce() not all_reduce() (#19)
Expand Down
2 changes: 1 addition & 1 deletion fairscale/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This source code is licensed under the BSD license found in the
# LICENSE file in the root directory of this source tree.

__version__ = "0.0.2"
__version__ = "0.0.3"

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

0 comments on commit 1e6c547

Please sign in to comment.