Commit Graph

8039 Commits

Author SHA1 Message Date
Jirka Borovec 031357759c
CI: drop nightly (#15480) 2022-11-03 15:20:18 +01:00
Jirka Borovec 6ff01f48b1
CI: lower timeout for e2e (#15483) 2022-11-03 15:19:13 +01:00
Carlos Mocholí 85d7da881c
Change probot workflow source (#15492) 2022-11-03 15:10:55 +01:00
Ethan Harris f5d67d73a5
[App] Only check versions / env when not in the cloud (#15504)
Only check versions / env when not in the cloud
2022-11-03 15:02:24 +01:00
Luca Antiga fa2951bbbc
Ensure first entry of connect.txt is the app name (#15443)
Co-authored-by: Luca Antiga <luca@lightning.ai>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
2022-11-03 13:30:57 +00:00
Adrian Wälchli c265e8e0c1
Set development version to 1.9.0dev (#15472)
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2022-11-03 13:02:53 +00:00
Jirka Borovec 8d802c5824
Add check groups for specific workflow changes (#15503)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-11-03 13:42:54 +01:00
Jirka Borovec 0a3db23cc4
using lai docs template (#15486)
* using lai docs tempalte

* sync

* prune

* lai_sphinx_theme

* ls

* aws

* ext

* list

* cleaning

* pr
2022-11-03 07:21:39 -04:00
Jirka Borovec 1703944a1c
CI: filter mypy triggers (#15481)
* CI: filter mypy triggers

* Fixes to checkgroup

* Remove setup.cfg

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Luca Antiga <luca.antiga@gmail.com>
2022-11-03 08:29:20 +01:00
Adrian Wälchli 9c20cad40e
Fix srun detection causing permission error on non-SLURM platforms (#15485)
* improve srun detection
* changelog
* try catch is obsolete

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-11-03 03:14:15 +01:00
Akihiro Nitta 5025c3ec16
Update governance (#15478) 2022-11-02 21:27:25 +00:00
Ethan Harris 555257a4ba
[App] Auto-upgrade / detect environment mis-match from the CLI (#15434)
* Add auto-upgrade from the CLI and check for current env

* No longer require `python -m` in docs

* Tabs -> spaces

* Ignore pre-releases

* Test + docs
2022-11-02 17:13:36 -04:00
Adrian Wälchli e52d6c5b35
Fix TensorBoardLogger's validation of example input when logging graph (#15323) 2022-11-02 21:10:15 +00:00
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