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
3e661603
Unverified
Commit
3e661603
authored
Jul 31, 2021
by
Min Xu
Committed by
GitHub
Jul 31, 2021
Browse files
[chore] 0.4.0 release (#757)
Co-authored-by:
Min Xu
<
min.xu.public@gmail.com
>
parent
cd0f0b88
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
CHANGELOG.md
CHANGELOG.md
+8
-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 @
3e661603
...
...
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## NEXT - TBD
### Fixed
### Added
## [0.4.0] - 2021-07-31
### Fixed
-
FSDP: fixed final backward callback in certain activation checkpointed cases. Before this fix,
if a model is activation checkpointed in a certain way, the final backward
callback can fire incorrectly. That's due to autograd and reentrant backward
...
...
@@ -20,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
number of GPUs. Compared with the
`no_sync`
context, this mode consumes less
GPU memory but uses more networking bandwidth. [#752]
## [0.3.9] - 2021-07-26
### Fixed
-
FSDP: fixed metadata saving and shard consolidation for MoE cases. When a model has
...
...
docs/source/conf.py
View file @
3e661603
...
...
@@ -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.9
"
release
=
"0.
4.0
"
# -- General configuration ---------------------------------------------------
...
...
fairscale/__init__.py
View file @
3e661603
...
...
@@ -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.9
"
__version__
=
"0.
4.0
"
################################################################################
# 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