Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
fairscale
Commits
4488e17c
Unverified
Commit
4488e17c
authored
Aug 28, 2020
by
msbaines
Committed by
GitHub
Aug 28, 2020
Browse files
[chore] create v0.0.2 (#59)
parent
d1d74413
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
2 deletions
+17
-2
CHANGELOG.md
CHANGELOG.md
+16
-1
fairscale/__init__.py
fairscale/__init__.py
+1
-1
No files found.
CHANGELOG.md
View file @
4488e17c
...
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
...
@@ -4,6 +4,21 @@ 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/
)
,
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.1] - 2020-07-31
## [0.0.2] - 2020-08-28
### Added
-
add ddp that works with oss with reduce() not all_reduce() (#19)
-
support for PyTorch v1.6
-
add mixed precision Adam (#40)
-
Adam optimizer state scaling (#44)
### Fixed
-
properly restore a sharded optim state (#39)
-
OSS restore state to proper device (#46)
-
optim/oss: support optimizers with additional step kwargs (#53)
-
optim/oss: fix state cast (#56)
-
fix eval for oss_ddp (#55)
-
optim/oss: work correctly with LRScheduler (#58)
## [0.0.1] - 2020-07-31
-
Initial release.
-
Initial release.
fairscale/__init__.py
View file @
4488e17c
...
@@ -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.
1
"
__version__
=
"0.0.
2
"
################################################################################
################################################################################
# Import most common subpackages
# Import most common subpackages
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment