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
96fcc1ca
Unverified
Commit
96fcc1ca
authored
Jun 27, 2022
by
Riyasat Ohib
Committed by
GitHub
Jun 27, 2022
Browse files
[Fix] Restructure for wgit availability as a package (#1018)
parent
064e886b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
fairscale/experimental/__init__.py
fairscale/experimental/__init__.py
+1
-1
fairscale/experimental/wgit/__init__.py
fairscale/experimental/wgit/__init__.py
+3
-0
No files found.
fairscale/experimental/__init__.py
View file @
96fcc1ca
...
...
@@ -9,6 +9,6 @@
from
typing
import
List
from
.
import
nn
,
optim
from
.
import
nn
,
optim
,
wgit
__all__
:
List
[
str
]
=
[]
fairscale/experimental/wgit/__init__.py
View file @
96fcc1ca
...
...
@@ -3,7 +3,10 @@
# This source code is licensed under the BSD license found in the
# LICENSE file in the root directory of this source tree.
from
typing
import
List
from
.repo
import
Repo
from
.version
import
__version_tuple__
__version__
=
"."
.
join
([
str
(
x
)
for
x
in
__version_tuple__
])
__all__
:
List
[
str
]
=
[]
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