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
867cc2df
Unverified
Commit
867cc2df
authored
Dec 01, 2020
by
msbaines
Committed by
GitHub
Dec 01, 2020
Browse files
[fix] make sure pip package includes header files (#221)
Fixes #190
parent
8b5b9540
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
CHANGELOG.md
CHANGELOG.md
+4
-0
MANIFEST.in
MANIFEST.in
+1
-0
fairscale/__init__.py
fairscale/__init__.py
+1
-1
No files found.
CHANGELOG.md
View file @
867cc2df
...
...
@@ -5,6 +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
)
.
## [0.1.1] - 2020-12-01
### Fixed
-
make sure pip package includes header files (#221)
## [0.1.0] - 2020-12-01
### Added
-
ShardedDataParallel with autoreduce (#157)
...
...
MANIFEST.in
View file @
867cc2df
include LICENSE
include requirements.txt
recursive-include fairscale *.h *.cuh
fairscale/__init__.py
View file @
867cc2df
...
...
@@ -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.
0
"
__version__
=
"0.1.
1
"
################################################################################
# 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