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
9a37498c
Unverified
Commit
9a37498c
authored
Mar 18, 2021
by
Min Xu
Committed by
GitHub
Mar 18, 2021
Browse files
[chore] 0.3.2 release (#535)
parent
a1bdc7d3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
CHANGELOG.md
CHANGELOG.md
+3
-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 @
9a37498c
...
...
@@ -5,7 +5,10 @@ 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
### Added
### Fixed
## [0.3.2] - 2021-03-18
### Added
-
Experimental: Add spectrain support (
[
#372
](
https://github.com/facebookresearch/fairscale/issues/372
)
)
-
FSDP: enabled pytorch SyncBN (no asserting) (
[
#527
](
https://github.com/facebookresearch/fairscale/issues/527
)
)
...
...
docs/source/conf.py
View file @
9a37498c
...
...
@@ -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.
1
"
release
=
"0.3.
2
"
# -- General configuration ---------------------------------------------------
...
...
fairscale/__init__.py
View file @
9a37498c
...
...
@@ -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.
1
"
__version__
=
"0.3.
2
"
################################################################################
# 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