-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: Akihiro Nitta <[email protected]> Co-authored-by: Carlos Mocholí <[email protected]> Co-authored-by: Adrian Wälchli <[email protected]>
- Loading branch information
1 parent
f9d906c
commit 57ac548
Showing
11 changed files
with
82 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import hydra # noqa: F401 | ||
import jsonargparse # noqa: F401 | ||
import matplotlib # noqa: F401 | ||
import omegaconf # noqa: F401 | ||
import rich # noqa: F401 | ||
if __name__ == "__main__": | ||
import hydra # noqa: F401 | ||
import jsonargparse # noqa: F401 | ||
import matplotlib # noqa: F401 | ||
import omegaconf # noqa: F401 | ||
import rich # noqa: F401 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
import bagua # noqa: F401 | ||
import deepspeed # noqa: F401 | ||
import fairscale # noqa: F401 | ||
import horovod.torch | ||
if __name__ == "__main__": | ||
import bagua # noqa: F401 | ||
import deepspeed # noqa: F401 | ||
import fairscale # noqa: F401 | ||
import horovod.torch | ||
|
||
# returns an error code | ||
assert horovod.torch.nccl_built() | ||
# returns an error code | ||
assert horovod.torch.nccl_built() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
coverage | ||
codecov>=2.1 | ||
pytest>=3.0.5 | ||
pytest>=5.0.0 | ||
pytest-cov | ||
pytest-flake8 | ||
flake8 | ||
check-manifest | ||
twine==1.13.0 | ||
twine==4.0.1 |
4 changes: 2 additions & 2 deletions
4
src/lightning_app/cli/component-template/tests/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
coverage | ||
codecov>=2.1 | ||
pytest>=3.0.5 | ||
pytest>=5.0.0 | ||
pytest-cov | ||
pytest-flake8 | ||
flake8 | ||
check-manifest | ||
twine==1.13.0 | ||
twine==4.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters