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
a21f50f9
Unverified
Commit
a21f50f9
authored
Jan 04, 2021
by
Benjamin Lefaudeux
Committed by
GitHub
Jan 04, 2021
Browse files
[chore] 0.1.2 version bump (#285)
parent
3932a1f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CHANGELOG.md
CHANGELOG.md
+1
-1
fairscale/__init__.py
fairscale/__init__.py
+1
-1
No files found.
CHANGELOG.md
View file @
a21f50f9
...
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
...
@@ -5,7 +5,7 @@ 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
)
.
## [
next rel] - TBD
## [
0.1.2] - 2021-01-04
### Added
### Added
-
AdaScale:
-
AdaScale:
. Added gradient accumulation feature (#202)
. Added gradient accumulation feature (#202)
...
...
fairscale/__init__.py
View file @
a21f50f9
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
# This source code is licensed under the BSD license found in the
# This source code is licensed under the BSD license found in the
# LICENSE file in the root directory of this source tree.
# LICENSE file in the root directory of this source tree.
__version__
=
"0.1.
1
"
__version__
=
"0.1.
2
"
################################################################################
################################################################################
# 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