Unverified Commit 1e6c547a authored by msbaines's avatar msbaines Committed by GitHub
Browse files

[chore] create v0.0.3 (#138)

parent 34915bf8
...@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ...@@ -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). 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 ## [0.0.2] - 2020-08-28
### Added ### Added
- add ddp that works with oss with reduce() not all_reduce() (#19) - add ddp that works with oss with reduce() not all_reduce() (#19)
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# This source code is licensed under the BSD license found in the # This source code is licensed under the BSD license found in the
# LICENSE file in the root directory of this source tree. # LICENSE file in the root directory of this source tree.
__version__ = "0.0.2" __version__ = "0.0.3"
################################################################################ ################################################################################
# Import most common subpackages # Import most common subpackages
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment