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
4401ced9
Unverified
Commit
4401ced9
authored
Feb 03, 2021
by
Benjamin Lefaudeux
Committed by
GitHub
Feb 03, 2021
Browse files
[chore] v0.1.5 (#355)
parent
f21b5ffc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
CHANGELOG.md
CHANGELOG.md
+10
-0
fairscale/__init__.py
fairscale/__init__.py
+1
-1
No files found.
CHANGELOG.md
View file @
4401ced9
...
...
@@ -5,11 +5,21 @@ 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 rel] - TBD
## [0.1.5] - 2021-02-03
### Added
-
Pytorch compatibility for OSS checkpoints (#310)
-
Elastic checkpoints for OSS, world size can vary in between save and loads (#310)
-
Tensor views for OSS bucketing, reduced CPU use (#300)
-
Bucket calls in ShardedDDP, for faster inter node communications (#327)
-
FlattenParamWrapper, which flattens module parameters into a single tensor seamlessly (#317)
-
AMPnet experimental support (#304)
### Fixed
-
ShardedDDP properly handles device changes via
`.to()`
(#353)
-
Add a new interface for AdaScale, AdaScaleWrapper, which makes it compatible with OSS (#347)
## [0.1.4] - 2021-01-07
### Fixed
...
...
fairscale/__init__.py
View file @
4401ced9
...
...
@@ -3,7 +3,7 @@
# This source code is licensed under the BSD license found in the
# LICENSE file in the root directory of this source tree.
__version__
=
"0.1.
4
"
__version__
=
"0.1.
5
"
################################################################################
# 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