From 52043acefb594c88d65c6b36928b5561a91aed7e Mon Sep 17 00:00:00 2001 From: Min Xu <24926999+min-xu-ai@users.noreply.github.com> Date: Sun, 11 Dec 2022 10:08:20 -0800 Subject: [PATCH] add fair_dev packages (#1097) Co-authored-by: Min Xu --- fairscale/experimental/tooling/__init__.py | 8 ++++++++ fairscale/fair_dev/__init__.py | 8 ++++++++ fairscale/fair_dev/testing/__init__.py | 8 ++++++++ 3 files changed, 24 insertions(+) create mode 100644 fairscale/fair_dev/__init__.py create mode 100644 fairscale/fair_dev/testing/__init__.py diff --git a/fairscale/experimental/tooling/__init__.py b/fairscale/experimental/tooling/__init__.py index e69de29bb..2c0a89d63 100644 --- a/fairscale/experimental/tooling/__init__.py +++ b/fairscale/experimental/tooling/__init__.py @@ -0,0 +1,8 @@ +# 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] = [] diff --git a/fairscale/fair_dev/__init__.py b/fairscale/fair_dev/__init__.py new file mode 100644 index 000000000..2c0a89d63 --- /dev/null +++ b/fairscale/fair_dev/__init__.py @@ -0,0 +1,8 @@ +# 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] = [] diff --git a/fairscale/fair_dev/testing/__init__.py b/fairscale/fair_dev/testing/__init__.py new file mode 100644 index 000000000..2c0a89d63 --- /dev/null +++ b/fairscale/fair_dev/testing/__init__.py @@ -0,0 +1,8 @@ +# 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] = []