-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Upgrade CI to PyTorch 1.13 #15403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Upgrade CI to PyTorch 1.13 #15403
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
cff2e96
requirements
Borda 2874b8f
bump CI
Borda 970d922
cleaning
Borda 9feaac9
group-check
Borda 6cb882a
docker
Borda 6b37f1f
if
Borda 074eb0b
Merge branch 'master' into ci/pt-1.13
Borda d6dedae
Merge branch 'master' into ci/pt-1.13
Borda be1bfc7
Merge branch 'master' into ci/pt-1.13
Borda d83eab7
update
Borda 21ca4ae
push
Borda 3ee95a2
py3.9
Borda 41c0249
py3.10
Borda dc23fbe
drop bagua
Borda 4885f99
checks
Borda 10567dc
Merge branch 'master' into ci/pt-1.13
Borda 8bec290
dockers
Borda 3296496
Merge branch 'master' into ci/pt-1.13
akihironitta 6a3961f
Merge branch 'master' into ci/pt-1.13
Borda def2885
Merge branch 'master' into ci/pt-1.13
akihironitta 54516f7
Update checkgroup
akihironitta d092536
Skip 3.10 as there's no distribution of bagua and colossalai
akihironitta e1ca8b2
Apply suggestions from code review
Borda 152b27d
Merge branch 'master' into ci/pt-1.13
Borda 129453a
group
awaelchli 2e3af53
rev
Borda 99c1136
Merge branch 'master' into ci/pt-1.13
Borda e6d3870
.10
Borda 34c1675
fix version issue in test
awaelchli 47052a2
70min
Borda 66e0ec9
Merge branch 'master' into ci/pt-1.13
Borda 02538f4
Apply suggestions from code review
Borda 55eefcf
Merge branch 'master' into ci/pt-1.13
Borda bb0a52d
Merge branch 'master' into ci/pt-1.13
Borda 6271c04
Merge branch 'master' into ci/pt-1.13
Borda 37d0d62
Merge branch 'master' into ci/pt-1.13
carmocca b8638c7
Remove stale comments
carmocca 8f3d2c2
Merge branch 'master' into ci/pt-1.13
Borda 39a9a43
Merge branch 'master' into ci/pt-1.13
Borda ea56ffc
Merge branch 'master' into ci/pt-1.13
carmocca 6a52596
Unused changes
carmocca 60a2701
Fix Lite tests according to current checkgroup config
carmocca 1ad9c2a
Match PL tests config (+SLOW) to Lite test config
carmocca 98bc516
TODO
carmocca bb94f8a
Merge branch 'master' into ci/pt-1.13
carmocca 89601fb
Try 3.8
carmocca File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.