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
82d6997c
Unverified
Commit
82d6997c
authored
Apr 13, 2021
by
Benjamin Lefaudeux
Committed by
GitHub
Apr 13, 2021
Browse files
[chore] v0.3.4 (#603)
parent
a82825db
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
CHANGELOG.md
CHANGELOG.md
+9
-0
docs/source/conf.py
docs/source/conf.py
+1
-1
fairscale/__init__.py
fairscale/__init__.py
+1
-1
No files found.
CHANGELOG.md
View file @
82d6997c
...
...
@@ -5,8 +5,17 @@ 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 - TBD
## [0.3.4] - 2021-04-13
### Added
-
FSDP: Add no broadcast optim state option (
[
#560
](
https://github.com/facebookresearch/fairscale/pull/560
)
)
### Fixed
-
ShardedDDP: Properly handle .eval() mode (
[
#587
](
https://github.com/facebookresearch/fairscale/pull/587
)
)
-
ShardedDDP: Handle model being moved back to CPU prior to state consolidation (
[
#573
](
https://github.com/facebookresearch/fairscale/pull/573
)
)
-
FSDP: much faster state consolidation (
[
#595
](
https://github.com/facebookresearch/fairscale/pull/595
)
)
-
FSDP: Add gradient pre-dedivide to prevent overflow with large world sizes (
[
#565
](
https://github.com/facebookresearch/fairscale/pull/565
)
)
-
Offload: (experimental) Fix activation offloading to CPU (
[
#588
](
(https://github.com/facebookresearch/fairscale/pull/588
)
)
## [0.3.3] - 2021-04-1
### Added
...
...
docs/source/conf.py
View file @
82d6997c
...
...
@@ -29,7 +29,7 @@ copyright = "2020-2021, Facebook AI Research"
author
=
"Facebook AI Research"
# The full version, including alpha/beta/rc tags
release
=
"0.3.
3
"
release
=
"0.3.
4
"
# -- General configuration ---------------------------------------------------
...
...
fairscale/__init__.py
View file @
82d6997c
...
...
@@ -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.3.
3
"
__version__
=
"0.3.
4
"
################################################################################
# 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