Adrian Wälchli
a7cebf2416
Fix entry point test for Python 3.10 ( #14154 )
2022-08-11 01:32:32 +02:00
William Falcon
2a10a36b92
Update README.md
2022-08-10 18:30:01 -04:00
Adrian Wälchli
4008f9cd41
Convert subprocess test to standalone test ( #14101 )
2022-08-10 17:15:12 -04:00
thomas chaton
5396b1899f
Resolve e2es V3 ( #14153 )
...
update
2022-08-10 16:34:23 -04:00
panos-is
784b60412c
(app) Add s3 drive type (1/2) ( #14002 )
...
* Add S3 protocol and optimization field to the drive object
* Add a list of drives to the work specification
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* add only protocol for s3 drives, no optimization arguments, and add tests
* added trailing slash criteria
* allow slash in s3 drives
* fix
* fixed test issues
Co-authored-by: Panos Lantavos-Stratigakis <default-email@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Rick Izzo <rick@grid.ai>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Rick Izzo <rlizzo@users.noreply.github.com>
2022-08-10 20:07:23 +00:00
dependabot[bot]
7e7736778b
Update onnxruntime requirement from <=1.12.0 to <1.13.0 in /requirements ( #14083 )
...
Updates the requirements on [onnxruntime](https://github.com/microsoft/onnxruntime ) to permit the latest version.
- [Release notes](https://github.com/microsoft/onnxruntime/releases )
- [Changelog](https://github.com/microsoft/onnxruntime/blob/master/docs/ReleaseManagement.md )
- [Commits](https://github.com/microsoft/onnxruntime/compare/v0.1.4...v1.12.1 )
---
updated-dependencies:
- dependency-name: onnxruntime
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-10 14:27:35 -04:00
dependabot[bot]
f11f1e2bb4
Update gcsfs requirement from <2022.6.0,>=2021.5.0 to >=2021.5.0,<2022.8.0 in /requirements ( #14079 )
...
Update gcsfs requirement in /requirements
Updates the requirements on [gcsfs](https://github.com/fsspec/gcsfs ) to permit the latest version.
- [Release notes](https://github.com/fsspec/gcsfs/releases )
- [Commits](https://github.com/fsspec/gcsfs/compare/2021.05.0...2022.7.1 )
---
updated-dependencies:
- dependency-name: gcsfs
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-10 19:40:34 +02:00
Jirka Borovec
3966f959aa
relax `docker` requirement ( #14009 )
2022-08-10 13:38:39 -04:00
thomas chaton
e226180527
(app) Remove ClickRunner ( #14147 )
2022-08-10 17:26:01 +00:00
Jirka Borovec
45a10a137c
update chlog after 0.5.5 ( #14133 )
2022-08-10 18:22:44 +02:00
otaj
f132d44821
Fix a bug that caused spurious `AttributeError` when multiple `DataLoader` classes are imported ( #14117 )
2022-08-10 16:09:50 +00:00
William Falcon
6f4edd721f
Update README.md
2022-08-10 09:03:51 -07:00
Krishna Kalyan
527b28ed97
Fix mypy errors attributed to `pytorch_lightning.profilers.simple` ( #14103 )
2022-08-10 17:26:44 +02:00
Carlos Mocholí
2abed91c53
Update CODEOWNERS ( #14119 )
...
* Update CODEOWNERS
* Cleanup and remove old sections
* pl focus
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2022-08-10 11:25:44 -04:00
Carlos Mocholí
9b61b1c482
Remove duplicated test classes ( #14122 )
...
Remove duplicated classes
2022-08-10 17:21:05 +02:00
Carlos Mocholí
4e87a44002
Avoid entry_points deprecation warning ( #14052 )
...
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
2022-08-10 15:15:35 +00:00
Krishna Kalyan
58014846ee
Update Grid links to Lightning AI ( #14081 )
...
* initial changes for lightning
* Update .github/BECOMING_A_CORE_CONTRIBUTOR.md
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2022-08-10 09:32:12 -04:00
Adrian Wälchli
cda381a626
Update changelog after 1.7.1 release ( #14127 )
2022-08-10 13:03:53 +00:00
thomas chaton
b8b8f033fd
(app) Run the flow only if the state has updated 1/2 ( #14076 )
2022-08-10 14:56:41 +02:00
thomas chaton
2f7daac4b8
Use websockets in e2es ( #14138 )
2022-08-10 13:17:29 +02:00
Akihiro Nitta
d5f35ece72
CI/CD: Add CUDA version to docker image tags ( #13831 )
...
* append cuda version to tags
* revertme: push to hub
* Update docker readme
* Build base-conda-py3.9-torch1.12-cuda11.3.1
* Use new images in conda tests
* revertme: push to hub
* Revert "revertme: push to hub"
This reverts commit 0f7d534b2a
.
* Revert "revertme: push to hub"
This reverts commit 46a05fccbb
.
* Run conda if workflow edited
* Run gpu testing if workflow edited
* Use new tags in release/Dockerfile
* Build base-cuda and PL release images with all combinations
* Update release docker
* Update conda from py3.9-torch1.12 to py3.10-torch.1.12
* Fix ubuntu version
* Revert conda
* revertme: push to hub
* Don't build Python 3.10 for now...
* Fix pl release builder
* updating version contribute to the error? https://github.com/docker/buildx/issues/456
* Update actions' versions
* Update slack user to notify
* Don't use 11.6.0 to avoid bagua incompatibility
* Don't use 11.1, and use 11.1.1
* Update .github/workflows/ci-pytorch_test-conda.yml
Co-authored-by: Luca Medeiros <67411094+luca-medeiros@users.noreply.github.com>
* Update trigger
* Ignore artfacts from tutorials
* Trim docker images to distribute
* Add an image for tutorials
* Update conda image 3.8x1.10
* Try different conda variants
* No need to set cuda for conda jobs
* Update who to notify ipu failure
* Don't push
* update filenaem
Co-authored-by: Luca Medeiros <67411094+luca-medeiros@users.noreply.github.com>
2022-08-10 10:37:50 +00:00
Adam Bobowski
ddb476d334
[App] Application logs in CLI ( #13634 )
2022-08-10 09:48:06 +00:00
Adrian Wälchli
dc8ff5ed26
Fix device placement when `.cuda()` called without specifying index ( #14128 )
2022-08-10 05:23:20 -04:00
Akihiro Nitta
dfda3f384e
CI: Update Windows version from 2019 to 2022 ( #14129 )
...
Update windows
2022-08-10 05:02:54 -04:00
Akihiro Nitta
d211d46e1d
CI: Replace `_` of in GHA workflow filenames with `-` ( #13917 )
...
* Rename workflow files
* Update docs
* Fix azure badges
* Update the main readme
* bad rebase
* Update doc
2022-08-10 11:35:41 +09:00
Luca Medeiros
8fa9e8651d
Update collect env details and issue template ( #14017 )
...
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-08-10 00:38:18 +00:00
Adam Reeve
975a4fc2f1
Support checkpoint save and load with Stochastic Weight Averaging ( #9938 )
...
Co-authored-by: thomas chaton <thomas@grid.ai>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
Co-authored-by: Kushashwa Ravi Shrimali <kushashwaravishrimali@gmail.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
2022-08-09 23:18:21 +00:00
Adrian Wälchli
06c255c5c1
Skip ddp fork tests on windows ( #14121 )
2022-08-09 22:54:10 +00:00
Raphael Randschau
619c2ff058
[CLI] fix cluster creation CLI requiring instance-type selection ( #14056 )
...
fix cluster creation CLI requiring instace-type selection
we've marked `instance_types` as `required=False`, but the CLI calls `split` on the value.
So if nothing is provided, we'll actually receive a runtime error, effectively rendering the flag as required.
Co-authored-by: thomas chaton <thomas@grid.ai>
2022-08-09 12:17:57 -07:00
Carlos Mocholí
d85085479d
Reset all results on epoch end ( #14061 )
2022-08-09 23:01:11 +05:30
Gautier Dagan
56abd60f04
Fix assert wandb Run when mode="disabled" ( #14112 )
2022-08-09 12:32:18 -04:00
Rohit Gupta
ac369f5570
Fix incorrect `precision="mixed"` being used with `DeepSpeedStrategy` and `IPUStrategy` ( #14041 )
...
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-08-09 21:25:23 +05:30
Adrian Wälchli
9722127a74
Add missing codeowners for app package ( #13542 )
2022-08-09 10:03:36 -04:00
Anton Shevtsov
c55fe7105b
Prefix seed_everything log messages with rank info ( #14031 )
...
Co-authored-by: Anton Shevtsov <aeshevtsov@avito.ru>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-08-09 15:40:30 +02:00
Robert S Lee
d29a552b3c
Fix import in doctest example ( #14067 )
2022-08-09 13:57:08 +05:30
Adrian Wälchli
0cfc53d6b4
Fix regression on default value for `find_unused_parameters` ( #14095 )
2022-08-09 13:56:02 +05:30
Justin Goheen
82d2d1d857
Fix mypy errors attributed to `pytorch_lightning.core.saving` ( #13932 )
...
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: otaj <6065855+otaj@users.noreply.github.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
2022-08-08 20:21:26 +00:00
Akihiro Nitta
34afde742e
CI: Enable Python 3.10 in full CPU testing ( #13829 )
...
* Update docker images to build
2022-08-08 11:00:46 -04:00
thomas chaton
55ae812dbf
Resolve increased time. ( #14074 )
2022-08-08 15:48:50 +02:00
Sean Naren
7439f5d749
Update CODEOWNERS (remove myself from defaults + some specifics) ( #14084 )
...
Update CODEOWNERS
2022-08-08 09:23:07 -04:00
JongMok Lee
890156a016
Fix mypy errors in `pytorch_lightning/strategies/ddp.py` ( #13885 )
...
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
2022-08-08 13:16:56 +00:00
dependabot[bot]
61a9f3a9bc
Update tqdm requirement from <=4.63.0,>=4.57.0 to >=4.57.0,<4.65.0 in /requirements ( #13875 )
...
Update tqdm requirement in /requirements
Updates the requirements on [tqdm](https://github.com/tqdm/tqdm ) to permit the latest version.
- [Release notes](https://github.com/tqdm/tqdm/releases )
- [Commits](https://github.com/tqdm/tqdm/compare/v4.57.0...v4.64.0 )
---
updated-dependencies:
- dependency-name: tqdm
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2022-08-08 12:53:57 +00:00
Carlos Mocholí
d072e4451a
Fix dtype inference during gradient norm computation ( #14051 )
2022-08-08 11:35:06 +00:00
Rick Izzo
b4ade232c8
Fix: Start Lightning App on Cloud if Repo Begins With Name "Lightning" ( #14025 )
2022-08-08 11:13:25 +00:00
dependabot[bot]
5c9b352eea
Update wandb requirement from <0.12.20,>=0.10.22 to >=0.10.22,<0.13.2 in /requirements ( #14080 )
2022-08-08 09:25:15 +00:00
Krishna Kalyan
5271ed93e6
Fix mypy errors attributed to `pytorch_lightning.trainer.connectors.callback_connector.py` ( #13750 )
...
* Apply suggestions from code review
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: otaj <6065855+otaj@users.noreply.github.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
2022-08-08 09:03:52 +00:00
Dan Dale
355fda3702
Add Promoted CLI to API Reference Section ( #14072 )
2022-08-08 10:16:53 +02:00
Carlos Mocholí
aaeff90254
Remove deprecated `DistributedType` and `DeviceType` enum classes ( #14045 )
2022-08-08 10:07:54 +02:00
Carlos Mocholí
76836a33cd
Run mypy with PyTorch 1.12 ( #14044 )
2022-08-08 10:06:41 +02:00
Jirka Borovec
5c05719f27
Freeze requirements for CI ( #14007 )
...
* free requirements
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* typo
* typo
* ui
* mypy
* todo
* mypy
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
* mypy
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
2022-08-08 06:15:54 +00:00