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
1e6c547a
Unverified
Commit
1e6c547a
authored
Oct 14, 2020
by
msbaines
Committed by
GitHub
Oct 14, 2020
Browse files
[chore] create v0.0.3 (#138)
parent
34915bf8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
CHANGELOG.md
CHANGELOG.md
+8
-0
fairscale/__init__.py
fairscale/__init__.py
+1
-1
No files found.
CHANGELOG.md
View file @
1e6c547a
...
...
@@ -5,6 +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
)
.
## [0.0.3] - 2020-10-14
### Added
-
multi-process pipe
### Fixed
-
multiple OSS fixes
-
MegaTron+OSS DDP fix
## [0.0.2] - 2020-08-28
### Added
-
add ddp that works with oss with reduce() not all_reduce() (#19)
...
...
fairscale/__init__.py
View file @
1e6c547a
...
...
@@ -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.0.
2
"
__version__
=
"0.0.
3
"
################################################################################
# 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