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
52043ace
Unverified
Commit
52043ace
authored
Dec 11, 2022
by
Min Xu
Committed by
GitHub
Dec 11, 2022
Browse files
add fair_dev packages (#1097)
Co-authored-by:
Min Xu
<
min.xu.public@gmail.com
>
parent
99edeff1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
0 deletions
+24
-0
fairscale/experimental/tooling/__init__.py
fairscale/experimental/tooling/__init__.py
+8
-0
fairscale/fair_dev/__init__.py
fairscale/fair_dev/__init__.py
+8
-0
fairscale/fair_dev/testing/__init__.py
fairscale/fair_dev/testing/__init__.py
+8
-0
No files found.
fairscale/experimental/tooling/__init__.py
View file @
52043ace
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
#
# 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
__all__
:
List
[
str
]
=
[]
fairscale/fair_dev/__init__.py
0 → 100644
View file @
52043ace
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
#
# 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
__all__
:
List
[
str
]
=
[]
fairscale/fair_dev/testing/__init__.py
0 → 100644
View file @
52043ace
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
#
# 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
__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