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
3e36cd07
Unverified
Commit
3e36cd07
authored
Mar 09, 2022
by
tmarkstrum
Committed by
GitHub
Mar 09, 2022
Browse files
[chore] 0.4.6 release (#953)
* [chore] 0.4.6 release * added the third party libs removed by precommit
parent
8fa26ae4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
CHANGELOG.md
CHANGELOG.md
+10
-1
README.md
README.md
+2
-0
No files found.
CHANGELOG.md
View file @
3e36cd07
...
@@ -5,8 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
...
@@ -5,8 +5,14 @@ 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
)
.
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [0.4.
6
] - TBD
## [0.4.
7
] - TBD
### Added
### Fixed
[0.4.6] - 2022-03-08
### Added
### Added
-
CosFace's LMCL is added to MEVO. This is a loss function that is suitable
-
CosFace's LMCL is added to MEVO. This is a loss function that is suitable
...
@@ -18,6 +24,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
...
@@ -18,6 +24,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
if set, wraps the root module regardless of how many unwrapped params there were
if set, wraps the root module regardless of how many unwrapped params there were
left after children were wrapped. [#930]
left after children were wrapped. [#930]
-
FSDP: Add support for saving optimizer state when using expert replicas with FSDP.
-
FSDP: Add support for saving optimizer state when using expert replicas with FSDP.
-
OSS: Add a new arg "forced_broadcast_object" to OSS __init__ to apply "_broadcast_object"
for rebuilding the sharded optimizer. [#937]
-
FSDP: Add an arg disable_reshard_on_root for FSDP __init__ [#878]
### Fixed
### Fixed
-
FSDP: fixed handling of internal states with state_dict and load_state_dict
-
FSDP: fixed handling of internal states with state_dict and load_state_dict
...
...
README.md
View file @
3e36cd07
...
@@ -27,6 +27,8 @@ FairScale was designed with the following values in mind:
...
@@ -27,6 +27,8 @@ FairScale was designed with the following values in mind:
## What's New:
## What's New:
*
March 2022
[
fairscale 0.4.6 was released
](
https://github.com/facebookresearch/fairscale/releases/tag/v0.4.6
)
.
*
We have support for CosFace's LMCL in MEVO. This is a loss function that is suitable for large number of prediction target classes.
*
January 2022
[
fairscale 0.4.5 was released
](
https://github.com/facebookresearch/fairscale/releases/tag/v0.4.5
)
.
*
January 2022
[
fairscale 0.4.5 was released
](
https://github.com/facebookresearch/fairscale/releases/tag/v0.4.5
)
.
*
We have experimental support for layer wise gradient scaling.
*
We have experimental support for layer wise gradient scaling.
*
We enabled reduce_scatter operation overlapping in FSDP backward propagation.
*
We enabled reduce_scatter operation overlapping in FSDP backward propagation.
...
...
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