Jirka Borovec
be9f4ee496
releasing 1.8.0.post1 ( #15476 )
...
* releasing 1.8.1
* post1
2022-11-02 17:20:11 +01:00
Mansy
0421d6b0ff
Remove pytest as a requirement to run app ( #15449 )
...
* Remove pytest as a requirment to run app
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-11-02 17:03:54 +01:00
Adrian Wälchli
94f7d2319a
Introduce checkpoint migration ( #15237 )
...
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-11-02 15:14:04 +00:00
Adrian Wälchli
6aa6423d65
Launch options for Lightning Lite ( #14992 )
...
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-11-02 14:56:22 +00:00
Jirka Borovec
5d638cf3c8
ci: fix & unify pkg name ( #15470 )
2022-11-02 13:00:48 +00:00
Jirka Borovec
56132d9cb4
CI: fix typo in workflow & trigger ( #15465 )
...
* fix typo in workflow
* pr trigger
2022-11-02 10:33:40 +00:00
Adrian Wälchli
2fccd1edf1
CI: adjust doctests for lightning.pytorch ( #15469 )
2022-11-02 11:07:06 +01:00
Jirka Borovec
be4cb35fa8
update docs deploy: stable/latest ( #15460 )
...
* update docs deploy
* gcp - bucket
2022-11-02 08:52:17 +01:00
Jirka Borovec
c0149d86df
Pkg: fix parsing versions ( #15401 )
...
* testing
* fix regex
2022-11-01 18:43:22 -04:00
dependabot[bot]
1b56daf4f7
Update psutil requirement from <5.9.3 to <5.9.4 in /requirements ( #15423 )
...
Updates the requirements on [psutil](https://github.com/giampaolo/psutil ) to permit the latest version.
- [Release notes](https://github.com/giampaolo/psutil/releases )
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/release-0.1.0...release-5.9.3 )
---
updated-dependencies:
- dependency-name: psutil
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-01 21:44:01 +00:00
Jirka Borovec
d9a5f10dfb
CI: adjust examples for `lightning.pytorch` ( #15457 )
...
* adjust examples
* Apply suggestions from code review
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
2022-11-01 21:39:57 +00:00
Akihiro Nitta
69cb719482
Use PL `1.8.0` instead of `1.8.0rc` in app example requirements ( #15454 )
2022-11-01 18:02:27 +01:00
github-actions[bot]
6d9efbe4f0
Adding test for legacy checkpiont created with 1.8.0 ( #15450 )
...
* [create-pull-request] automated change
* Add legacy to checkgroup
Co-authored-by: akihironitta <akihironitta@users.noreply.github.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
2022-11-01 16:47:17 +00:00
dependabot[bot]
272387998f
Update setuptools requirement from <=59.5.0 to <65.6.0 in /requirements ( #15421 )
...
Updates the requirements on [setuptools](https://github.com/pypa/setuptools ) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst )
- [Commits](https://github.com/pypa/setuptools/compare/0.6...v65.5.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-02 01:28:03 +09:00
Sitcebelly
94bed87a34
Implement freeze batchnorm with freezing track running stats ( #15063 )
...
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
2022-11-01 16:11:42 +00:00
dependabot[bot]
f8675ff8be
Update ipython[all] requirement from <8.5.1 to <8.6.1 in /requirements ( #15419 )
...
Updates the requirements on [ipython[all]](https://github.com/ipython/ipython ) to permit the latest version.
- [Release notes](https://github.com/ipython/ipython/releases )
- [Commits](https://github.com/ipython/ipython/compare/rel-0.8.4...8.6.0 )
---
updated-dependencies:
- dependency-name: ipython[all]
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-01 14:37:46 +00:00
Adrian Wälchli
a97afd2a80
Fix Lightning package version label ( #15447 )
2022-11-01 13:54:02 +00:00
Adrian Wälchli
1926993984
Update changelog for development post 1.8 ( #15444 )
...
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2022-11-01 13:38:27 +00:00
Rohit Gupta
61ae35c378
Use sklearn in runif ( #15426 )
...
* Use sklearn in runif
* test by removing sklearn dep
* remove repeated code
* seed
2022-11-01 11:40:32 +00:00
Jirka Borovec
7ee0994bfc
CI: Upload video artifacts from e2e tests ( #14467 )
...
* CI: try upload e2e Artifacts
* Apply suggestions from code review
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
2022-11-01 11:12:57 +00:00
Adrian Wälchli
93a6cffa24
Lightning 1.8.0 release ( #15435 )
...
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
2022-11-01 06:04:04 -04:00
Jirka Borovec
53e64cdbaf
install lite for mypy & docs ( #15437 )
2022-11-01 01:44:58 +01:00
Jirka Borovec
e9f93120c9
releasing RC2 ( #15436 )
...
rc2
2022-10-31 21:18:13 +01:00
Jirka Borovec
fb9dae8df3
ci: update install lite & cut pkg dependency ( #14517 )
...
* ci: update install lite
* try without lite in req file
* ci: install
* app
* init
* Revert "app"
This reverts commit f3f09e7888
.
* ci: cpu
* ci: gpu
* pkg
* env
* bench
* trigger
* notes
* prune
* set version
* fix version
* git reset
* hpu, ipu
* adjust
* --hard
* git checkout
* Apply suggestions from code review
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
* rc2
* L
* docs
* hpu
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Luca Antiga <luca.antiga@gmail.com>
2022-10-31 20:50:51 +01:00
Mansy
4a4b7f3c0d
[App][CI] Delete apps older than 1 hours CI account ( #15238 )
...
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: thomas chaton <thomas@grid.ai>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2022-10-31 19:47:37 +00:00
Kaushik B
b429da9ed0
Update notebooks submodule head ( #15432 )
2022-11-01 00:43:26 +05:30
Mansy
19df40d899
Allow force run app on cloud if loading locally errors ( #15019 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-10-31 18:22:54 +00:00
Luca Furst
ec156ad6e3
[App] Remove --instance-types from cluster creation ( #15314 )
...
## What does this PR do?
Removes the ability to specify `--instance-types` when creating clusters.
Instead, all clusters will be able to use every instance type supported by the platform.
2022-10-31 18:19:26 +00:00
Jirka Borovec
3e5e5079e7
set default work version v1.12 ( #15431 )
2022-10-31 18:45:18 +01:00
Carlos Mocholí
7f3e9de726
Fix TPU tests on master builds ( #15349 )
2022-10-31 15:58:02 +00:00
Wouter Zwerink
c287b5d668
neptune.init deprecation fix ( #15393 )
...
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
2022-10-31 11:10:44 -04:00
Adrian Wälchli
0f957b5a86
Fix DataLoader re-instantiation when attribute is array ( #15409 )
2022-10-31 16:09:29 +01:00
Jirka Borovec
30d5665f46
CI: trigger PL for lite ( #15402 )
2022-10-31 14:48:39 +00:00
Jirka Borovec
b4c1a41f01
bump typing-extensions ( #15405 )
2022-10-31 14:52:45 +01:00
Jirka Borovec
e31a67541b
ci: fix install lite on GPUs ( #15375 )
2022-10-31 22:10:08 +09:00
Rohit Gupta
773cb3e8c8
Fix skipped tests due to sklearn ( #15311 )
...
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
2022-10-31 13:58:34 +05:30
dependabot[bot]
9cfc415a57
Update matplotlib requirement from <3.5.3,>3.1 to >3.1,<3.6.2 in /requirements ( #15422 )
...
Update matplotlib requirement in /requirements
Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib ) to permit the latest version.
- [Release notes](https://github.com/matplotlib/matplotlib/releases )
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.1.1...v3.6.1 )
---
updated-dependencies:
- dependency-name: matplotlib
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-31 02:12:24 +00:00
Robert Bracco
a008801e25
Improve callback documentation for `outputs` and `accumulate_grad_batches` ( Resolves #15315 ) ( #15327 )
...
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
2022-10-30 23:58:27 +00:00
Adrian Wälchli
c39c8eb2e4
Update stale-bot message ( #15410 )
...
fix stale bot language
2022-10-31 04:48:09 +09:00
Adrian Wälchli
502e79d8cd
Increase timeout in PyTorch CI jobs due to long grpcio installation ( #15411 )
...
increase timeout in pytorch jobs due to long installation
2022-10-31 04:08:16 +09:00
Dmitry Frolov
11196b1707
Fix default CloudCompute for flows ( #15371 )
...
* Fix default CloudCompute for flows
* Unit test added
2022-10-29 08:36:59 +01:00
Akihiro Nitta
3fb98ad074
CI: Avoid using fixed container name ( #15397 )
...
Avoid using fixed container name
2022-10-29 07:27:37 +05:30
Adrian Wälchli
6b0d41cb8a
Fix issues when RichProgressBar disabled ( #15376 )
2022-10-29 00:52:35 +00:00
Ethan Harris
b340859df9
[App] Add `ServeStreamlit` work ( #15400 )
...
* Init
* Updates
* Add test for model building
* Imports
* Fix
* Typing
* Ignore serve streamlit in mypy
2022-10-28 16:33:53 -04:00
Carlos Mocholí
2fd1af0449
Deprecate `AllGatherGrad` ( #15364 )
2022-10-28 19:51:27 +00:00
Raphael Randschau
adc8238597
Add SSH key management to CLI ( #15291 )
...
* add cli commands for adding/ removing resources
as discussed with Adrian, we want to adopt "lightning add" and "lightning remove" for ssh-keys,
as the resource already exists.
* implement ssh-key management
* one parameter for public key, optional name
* handle the case where a private key file was provided
* make ssh key-mgmt support classes protected
* re-order add ssh-key args
* change types signatures of add_key
* rename test cases
* update changelog
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-10-28 20:42:26 +02:00
Raphael Randschau
273269ef1b
allow e2e test image to be changed via env variable ( #15200 )
...
as we patch our base images, this e2e image needs to be updated all the time as well.
Instead of changing this with a PR all the time this PR makes the e2e container image version configurable through the ENV.
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
2022-10-28 15:40:59 +00:00
thomas chaton
2e72a4c801
Add support for functions ( #15098 )
2022-10-28 15:06:45 +00:00
Ethan Harris
bbf7848a5f
[App] Fix cluster logic ( #15383 )
2022-10-28 15:35:21 +01:00
Ethan Harris
e9a6b83437
[App] Reduce import depths and add test ( #15330 )
...
Co-authored-by: thomas chaton <thomas@grid.ai>
2022-10-28 13:57:35 +00:00