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
60694da1
Unverified
Commit
60694da1
authored
Apr 02, 2021
by
Min Xu
Committed by
GitHub
Apr 02, 2021
Browse files
[chore] 0.3.3 release (#568)
- releasing 0.3.3 - I need it in vissl for the auto_wrap_bn change
parent
f37d7603
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
CHANGELOG.md
CHANGELOG.md
+11
-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 @
60694da1
...
@@ -8,6 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
...
@@ -8,6 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
### Added
### Fixed
### Fixed
## [0.3.3] - 2021-04-1
### Added
-
FSDP: changed auto
\_
wrap
\_
bn utility function so that single FSDP group is optional (
[
#556
](
https://github.com/facebookresearch/fairscale/pull/556
)
)
-
FSDP: optimizer state load/save (
[
#537
](
https://github.com/facebookresearch/fairscale/pull/537
)
)
-
FSDP: fix weight init when using apply() (
[
#543
](
https://github.com/facebookresearch/fairscale/pull/543
)
)
-
Multiprocess Pipe: retired old implementation
-
Experimental: xpipe
### Fixed
-
ShardedDDP deferred init (
[
#558
](
https://github.com/facebookresearch/fairscale/pull/558
)
)
## [0.3.2] - 2021-03-18
## [0.3.2] - 2021-03-18
### Added
### Added
-
Experimental: Add spectrain support (
[
#372
](
https://github.com/facebookresearch/fairscale/issues/372
)
)
-
Experimental: Add spectrain support (
[
#372
](
https://github.com/facebookresearch/fairscale/issues/372
)
)
...
...
docs/source/conf.py
View file @
60694da1
...
@@ -29,7 +29,7 @@ copyright = "2020-2021, Facebook AI Research"
...
@@ -29,7 +29,7 @@ copyright = "2020-2021, Facebook AI Research"
author
=
"Facebook AI Research"
author
=
"Facebook AI Research"
# The full version, including alpha/beta/rc tags
# The full version, including alpha/beta/rc tags
release
=
"0.3.
2
"
release
=
"0.3.
3
"
# -- General configuration ---------------------------------------------------
# -- General configuration ---------------------------------------------------
...
...
fairscale/__init__.py
View file @
60694da1
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
# LICENSE file in the root directory of this source tree.
# LICENSE file in the root directory of this source tree.
# Please update the doc version in docs/source/conf.py as well.
# Please update the doc version in docs/source/conf.py as well.
__version__
=
"0.3.
2
"
__version__
=
"0.3.
3
"
################################################################################
################################################################################
# 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