Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
fairscale
Commits
a606e84b
Unverified
Commit
a606e84b
authored
Feb 19, 2021
by
Benjamin Lefaudeux
Committed by
GitHub
Feb 19, 2021
Browse files
[chore] v0.1.7 (#404)
Co-authored-by:
Min Xu
<
24926999+min-xu-ai@users.noreply.github.com
>
parent
3f240fbb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
CHANGELOG.md
CHANGELOG.md
+7
-4
fairscale/__init__.py
fairscale/__init__.py
+1
-1
No files found.
CHANGELOG.md
View file @
a606e84b
...
...
@@ -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
...
...
fairscale/__init__.py
View file @
a606e84b
...
...
@@ -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
...
...
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