Skip to content

Commit 1db8bbd

Browse files
authored
[chore] create v0.1.0 (#219)
1 parent 4d8f2e5 commit 1db8bbd

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8+
## [0.1.0] - 2020-12-01
9+
### Added
10+
- ShardedDataParallel with autoreduce (#157)
11+
- cpu support for Pipe (#188)
12+
- ShardedOptim: Distributed Grad Scaler (for torch AMP) (#182)
13+
- OSS-aware clip grads, bridge sharded states (#167)
14+
- oss: add rank_local_state_dict staticmethod (#174)
15+
- support for PyTorch 1.7.0 (#171)
16+
- Add implementation of AdaScale (#139)
17+
18+
### Fixed
19+
- pip package install (#196, #200)
20+
821
## [0.0.3] - 2020-10-14
922
### Added
1023
- multi-process pipe

fairscale/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This source code is licensed under the BSD license found in the
44
# LICENSE file in the root directory of this source tree.
55

6-
__version__ = "0.0.3"
6+
__version__ = "0.1.0"
77

88
################################################################################
99
# Import most common subpackages

0 commit comments

Comments
 (0)