Commit Graph

1093 Commits

Author SHA1 Message Date
edenlightning c94f1563c4
Fix docs levels and broken links (without rename) (#17545)
* Fix docs levels and broken links

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update advanced_level_17.rst

* Delete oryx-build-commands.txt

* Update BECOMING_A_CORE_CONTRIBUTOR.md

* Update expert_level_24.rst

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-05-09 15:04:36 -04:00
Jirka Borovec 9e8d5890fa
ci: use randon seed (#17571) 2023-05-09 18:31:33 +02:00
Jirka Borovec e3b5f22e2e
tests: randomized order for PT & Fabric (#17460)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2023-05-04 23:11:08 +02:00
Jirka Borovec b87df54eb4
Adding test for legacy checkpoints (#17562)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-05-04 20:01:56 +00:00
Jirka Borovec 137837d978
ci: drop secondary pkg for LAI (#17565) 2023-05-04 19:25:46 +01:00
Jirka Borovec bdf00f9b6a
update tags in bug issue (#17551)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-05-04 16:51:10 +01:00
Jirka Borovec e0f335809d
Adding tests for legacy checkpoints - 1.8.x (#17374)
* Adding tests for legacy checkpoints

* 2.0

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix simple

* utils

* import

* pl

* num_features=24

* num_features=24

* length=6000

* other

* rm

* dru run

* rm

* prune

* import

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-05-04 12:33:46 +02:00
dependabot[bot] 9eedf7ae4b
Bump playwright from 1.30.0 to 1.32.1 in /requirements (#17537)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2023-05-02 13:54:11 +00:00
Carlos Mocholí 114a6d64a3
[TPU] Call `auto_device_count` for `is_available` (#17509) 2023-04-28 12:32:23 +00:00
Jirka Borovec 6464650a3c
fix issue labeler (#17501) 2023-04-27 21:28:20 +02:00
Jirka Borovec 8684783a6e
gh: fix duplicate id in bug issue (#17495) 2023-04-27 12:54:04 -04:00
Jirka Borovec db9f095b0b
Replace IPU with external implementation (#17075)
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-04-27 16:09:51 +00:00
Jirka Borovec 3a01abbde3
ci: label issue with version (#17484)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-04-27 14:15:08 +00:00
Carlos Mocholí 039891fb49
Install project specific dependencies (#17376)
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2023-04-24 23:31:47 +00:00
Jirka Borovec 6705bfcc47
app/tests: skip instead of fail (#17461) 2023-04-24 22:56:04 +02:00
Jirka Borovec 9417b30c71
ci: update OS for pkg release (#17455) 2023-04-24 12:35:46 -04:00
Ethan Harris 57ad46258b
[App] Fix resolution of latest version in CLI (#17351)
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
2023-04-24 16:14:36 +00:00
Carlos Mocholí 5edb3b5126
[TPU] Do not delete jobs with "keepalive" in the name (#17411)
[TPU] Do not delete jobs with "keepalive" in the name
2023-04-19 14:02:02 +02:00
Jirka Borovec 26a549e87f
drop failing e2e quick app (#17409)
* drop failing e2e quick app

* codeowners

* Apply suggestions from code review
2023-04-19 12:31:56 +02:00
Liyang90 47726391ad
[TPU] Add support for PJRT from PyTorch/XLA 2.0 (#17352)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2023-04-18 18:52:36 +02:00
Carlos Mocholí b0b5b9ce57
[TPU] Fix workflow (#17406)
* [TPU] Fix workflow

* Whitespace
2023-04-18 18:11:03 +02:00
Carlos Mocholí 3fd4d96cf3
Fix PyTorch MPS test failure in master (#17405) 2023-04-18 16:53:53 +02:00
Carlos Mocholí 369ae61f85
[TPU] Fix workflow condition (#17379) 2023-04-18 08:30:56 -04:00
Jirka Borovec 6da4b0f490
skip some App tests (#17401)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-04-18 11:20:07 +02:00
Adrian Wälchli 71df9962b6
Update pip upgrade command in CI (#17395) 2023-04-17 17:05:57 +02:00
Adrian Wälchli 0dc42f523e
Save and load sharded checkpoints with FSDP in Fabric (#17323)
Co-authored-by: Luca Antiga <luca.antiga@gmail.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-04-16 14:11:49 -04:00
Carlos Mocholí da883e73b9
[TPU] Use `pull_request_target` event (#17377) 2023-04-14 17:10:41 +02:00
Carlos Mocholí 05b481e3ae
[TPU] Add testing matrix with PJRT (#17368)
* Replace GKE in CI with manual gcloud usage

* Fix XRT test

* Reduce timeout to 35 minutes

* [TPU] Run tests with PJRT

* runtime as part of the job name

* CHANGELOG

* Update for app too
2023-04-14 16:39:13 +02:00
Carlos Mocholí 856b29fc72
[TPU] Replace GKE in CI with manual gcloud usage (#17362) 2023-04-14 12:47:31 +00:00
Jirka Borovec f14ee9edbc
docker: fix building PL image (#17353) 2023-04-12 17:52:42 -04:00
dependabot[bot] 78cd51a2ce
Bump peter-evans/create-pull-request from 4 to 5 (#17313)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v4...v5)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-11 20:56:40 +02:00
Carlos Mocholí b2717f6878
[TPU] Improve TPU workflow (#17237)
* Trigger TPU tests if [TPU] is in the PR title

* Remove TODO

* checkgroup

* DEBUG

* Update

* 1h timeout

* Update

* Update

* Update

* Update

* Remove DEBUG
2023-04-11 16:33:32 +02:00
Carlos Mocholí ebb62214c6 checkgroup 2023-04-11 16:30:58 +02:00
Carlos Mocholí 6c92ae88c6 Remove TODO 2023-04-11 16:30:58 +02:00
Carlos Mocholí 929111f719 Trigger TPU tests if [TPU] is in the PR title 2023-04-11 16:30:58 +02:00
Carlos Mocholí ca27a147db
Update CODEOWNERS (#17322) 2023-04-11 08:45:24 -04:00
Jirka Borovec ee5bee0d2d
update bug template with version (#17226) 2023-04-04 09:11:58 -04:00
Jirka Borovec 1284292df0
ci/docs: wheels from cache (#17201)
* ci: wheel from cache

* ci: wheel from cache

* rev
2023-03-27 16:40:44 +02:00
Jirka Borovec be698808cc
ci: fix docs with caches (#17200) 2023-03-27 05:57:11 -04:00
Jirka Borovec 5b08d5ee70
ci: update runner for IPU (#17183) 2023-03-25 09:16:01 +00:00
Jirka Borovec e7ef8db57e
Replace HPU with external implementation (#17067)
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>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2023-03-24 13:30:53 +01:00
Jirka Borovec e04d4fd25e
ci: separate integrations (#17170)
* integrations

* Rename

* Apply suggestions from code review

* cut out

* skip _

* fix

* setup

* 1e-2

* uninstall

* revert

* note
2023-03-24 09:46:45 +01:00
Jirka Borovec 210c728e8a
ci: unfreeze for master (#17116)
* ci unfreeze for master

* accept str

* crone

* is in

* str

* [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>
2023-03-21 12:26:47 -07:00
Carlos Mocholí 2b6f0a15e1
Update CI to pull torch 2.0 stable (#17107) 2023-03-21 12:31:05 +00:00
dependabot[bot] 60c9f24db9
Bump actions/setup-go from 3 to 4 (#17144)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-20 20:40:32 +01:00
Carlos Mocholí c575efb35f
Update CI config after #17122 (#17134) 2023-03-20 18:19:02 +00:00
Jirka Borovec 4ce1b652c9
ci: hotfix name groupcheck (#17152) 2023-03-20 16:35:19 +00:00
Jirka Borovec 5b5f4100cd
docs: build docs for specific tags (#17055)
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2023-03-20 16:24:06 +00:00
Jirka Borovec 1ddafcfcaf
ci: switch to utils check (#17122) 2023-03-17 11:59:12 +01:00
William Falcon 5851a92f4e
Update CODEOWNERS 2023-03-16 07:43:35 -04:00
Jirka Borovec 2f087ae30e
docs: update broken links & latest/stable (#16994)
* docs: update links to PL latest

* also stable

* last

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>

* fixing

* .

* fabric

* fixing

* .

---------

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2023-03-15 20:19:41 +01:00
Jirka Borovec f25dfbe2b5
update links to Discord (#17087)
* update links to Discord

* link

* Apply suggestions from code review

Co-authored-by: Luca Antiga <luca.antiga@gmail.com>

* slack

* Update docs/source-app/levels/expert/index.rst

* Apply suggestions from code review

---------

Co-authored-by: Luca Antiga <luca.antiga@gmail.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2023-03-15 13:33:40 +01:00
Adrian Wälchli 550fa5fec0
Organize app examples (#17045)
* move

* init files

* reset change

* missed

* more

* relative path

* e2e tests

* update checkgroup

* reference

* update app_*
2023-03-14 14:48:17 -04:00
dependabot[bot] b71a34939d
Bump aws-actions/configure-aws-credentials from 1 to 2 (#17051)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-13 10:03:18 +00:00
dependabot[bot] c580998d7c
Bump Lightning-AI/utilities from 0.7.1 to 0.8.0 (#17052)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-13 10:02:56 +00:00
Aniket Maurya da572d7cca
Refactor PL examples to `examples/pytorch/` (#16925)
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
2023-03-07 11:24:46 -05:00
Jirka Borovec 95254ca587
ci/docs: clean toods (#16982) 2023-03-07 16:39:52 +01:00
Jirka Borovec fb7cd28224
ci: update group-check (#16984) 2023-03-07 16:38:57 +01:00
Jirka Borovec a96d976567
docs: building releases (#16967)
* docs: building releases

* codeowners

* todo

* rev

* on *

* push tag

* name
2023-03-06 23:12:03 -05:00
Jirka Borovec b2b6449be7
ci: limit keeping artifacts for PRs (#16976) 2023-03-07 00:33:29 +00:00
Jirka Borovec f2e8059f7f
ci: fix Azure trigger pattern (#16972) 2023-03-06 12:19:50 -05:00
Carlos Mocholí c2b28a0e8c
Update mypy job to torch 2.0 (#16933) 2023-03-06 16:54:31 +00:00
Jirka Borovec 4e3273a81f
docs: deploy all (#16951) 2023-03-05 10:41:00 +00:00
Carlos Mocholí fca69e68da
Fabric: Test PyTorch 2.0 pre-release on CPU and CUDA (#16905)
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>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2023-03-03 17:48:49 +00:00
dependabot[bot] 592c3744bd
Bump playwright from 1.29.1 to 1.30.0 in /requirements (#16735)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
2023-03-02 23:38:58 +00:00
Jirka Borovec 70b257c17f
ci/gpu: fix install future & use local cache (#16929) 2023-03-02 22:17:29 +00:00
Jirka Borovec a406826bcb
cleaning typing CI and config (#16860)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2023-03-02 19:12:14 +00:00
Jirka Borovec 37d0322dbe
pkg: append PL to lightning (#16921) 2023-03-02 19:11:26 +00:00
Adrian Wälchli d5b758a9f8
Ignore dead links due to fabric docs move (#16920)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2023-03-01 18:19:46 +00:00
Jirka Borovec 0e8ac7e1c9
docs: move fabric on its own (#16742)
* docs: move fabric to Lai

* update imports

* links

* drop link to Trainer

* own docs

* ci

* trigger

* prune cross-links

* cleaning

* cleaning

* template

* imports

* template

* path

* links

* tensorboardX

* plugins

* label

* drop fixme

* drop copy nb + examples

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Apply suggestions from code review

* try again

* rev

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-03-01 12:36:14 +01:00
Justus Schock b4e29e0c8f
PL: Test PyTorch 2.0 pre-release on CPU and CUDA (#16764)
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
2023-02-28 18:38:40 +01:00
Jirka Borovec f697fff5db
docs: rename source-app (#16863)
* docs: rename source-app

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* ci

* group check

* trigger

* param

* fix

* cleaning

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-02-28 10:04:43 +01:00
Jirka Borovec 2d95356e43
ci: disable flagship apps as required (#16895) 2023-02-28 09:55:09 +01:00
Jirka Borovec eb6e5fda3a
ci: fix wheels' cashing (#16869) 2023-02-28 00:51:24 +00:00
Jirka Borovec 52a39c03f8
docs: update `pytorch_lightning` imports (#16864)
* update docs imports

* ci

* fabric

* trigger

* links

* .

* docstring

* chlog

* cleaning
2023-02-27 15:14:23 -05:00
Adrian Wälchli 36c39ea702
Disable the IPU check group (#16886) 2023-02-27 17:51:59 +01:00
dependabot[bot] 6de4af9aa3
Bump Lightning-AI/utilities from 0.6.0 to 0.7.1 (#16879)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 13:16:58 +01:00
Carlos Mocholí d807c003a7
Always run standalone tests (#16705) 2023-02-20 14:58:44 +00:00
dependabot[bot] 60004eb468
Bump Lightning-AI/utilities from 0.4.1 to 0.6.0 (#16812)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-20 08:17:52 +01:00
Jirka Borovec 0628ec83c4
ci/hotfix: if cache/wheels missing (#16769) 2023-02-15 18:23:23 +00:00
Jirka Borovec 2b6c65c863
ci: cleaning caches (#16752) 2023-02-14 18:30:12 +01:00
Jirka Borovec 32e71377a8
ci: fix dependabot (#16749) 2023-02-14 12:05:26 +00:00
Jirka Borovec c7ffd41049
ci/hotfix: legacy workflow (#16721)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-02-13 18:34:15 +01:00
Jirka Borovec 0be025e8b7
rename docs/source-app & adjust docs links for lightning (#16676)
* update CI

* config / import

* lightning_app imports

* source/ dir

* html

* ci: dirs

* pr

* req dir

* on push

* rename

* drop

* cleaning
2023-02-13 10:59:02 +01:00
Jirka Borovec ed3b904e47
ci: freeze pypi releasing (#16724) 2023-02-10 18:58:24 +01:00
Jirka Borovec fef3465d8a
ci: wheels with continue-on-error (#16675) 2023-02-09 13:51:33 +00:00
Jirka Borovec 560d6d7956
tests: drop slow flag (#16692)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-02-08 17:09:59 +00:00
Jirka Borovec c3f177fbc3
ci: merge pytest with slow (#16689) 2023-02-08 17:04:48 +01:00
Jirka Borovec 66e85f7370
ci: fix torch +cpu in wheels (#16674) 2023-02-07 16:12:15 +00:00
Jirka Borovec ec001cd64e
ci: replace pip cache with wheels (#16668) 2023-02-07 15:37:34 +00:00
Jirka Borovec 14350dad45
ci: flagship flow - clean inputs (#16666) 2023-02-07 11:03:59 +00:00
Jirka Borovec 770b792925
copyright Lightning AI team (#16647)
* copyright Lightning AI team

* more...
2023-02-06 15:26:51 +01:00
dependabot[bot] da7e38cd36
Bump docker/build-push-action from 3 to 4 (#16641)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-06 10:47:16 +00:00
Jirka Borovec 34034f7f75
update PR template (#16620)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-02-04 13:18:27 +01:00
Jirka Borovec d8cce4a6ee
ci: update coverage scope (#16619) 2023-02-03 03:23:35 +01:00
Jirka Borovec 2e9861f10d
ci: allow dispatch for flagship integrations (#16612)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-02-02 22:19:17 +00:00
Jirka Borovec 710ca4b096
cleaning as standalone==mirror (#16601) 2023-02-02 14:10:29 +00:00
Jirka Borovec b36d94edab
add secondary label to templates (#16577) 2023-02-02 13:00:59 +01:00
Jirka Borovec e4997a27ff
ci: simplify cashing (#16599) 2023-02-02 10:36:33 +00:00
Jirka Borovec de005321a5
tests: switch imports for pytorch (#16595)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-02-02 10:06:45 +00:00
Adrian Wälchli acb7ee223c
Ignore generated package files (#16605)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
2023-02-02 09:24:07 +00:00
Jirka Borovec 377210d85d
tests: switch imports for fabric (#16592) 2023-02-01 20:34:38 +00:00
Jirka Borovec c135f3b975
adjust codeowners for PL (#16602) 2023-02-01 14:59:00 -05:00
Carlos Mocholí ef2a6088ff
Drop support for PyTorch 1.10 (#16492)
* Drop support for PyTorch 1.10

* CHANGELOG

* READMEs

* mypy

* ls

* New poplar version

* Fixed tests

* links

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* skip azure badges

* Table

* Matching dockerfiles

* Drop unnecessary channels and packages

* Push nightly

* Undo unrelated changes

* Revert "Push nightly"

This reverts commit 9618f737c4.

---------

Co-authored-by: Jirka <jirka.borovec@seznam.cz>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-02-01 14:09:12 -05:00
Jirka Borovec 7d4780adb1
move pytorch_lightning >> lightning/pytorch (#16594) 2023-02-01 18:22:42 +00:00
Jirka Borovec fda354a1f1
move lightning_fabric >> lightning/fabric (#16589)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-02-01 17:18:32 +00:00
Jirka Borovec 872e6be53f
update codeowners for lit (#16596) 2023-02-01 08:06:20 -05:00
Carlos Mocholí 3f6c402162
Update CI workflow docs (#16578) 2023-02-01 13:34:19 +01:00
Carlos Mocholí 854db60269
Only run TPU standalone tests (#16586) 2023-02-01 13:23:48 +01:00
Jirka Borovec cc49e4a31f
tests: switch imports for apps (#16554) 2023-02-01 11:07:00 +00:00
Jirka Borovec 34140c0603
move lightning_app >> lightning/app (#16553)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-02-01 06:29:16 +01:00
Carlos Mocholí dc298f2340
Drop support for Python 3.7 (#16579)
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
2023-02-01 01:36:42 +00:00
Jirka Borovec 38a98f447f
ci: update doctest for installed packages (#16574) 2023-01-31 11:41:05 +00:00
Carlos Mocholí a78412f11d
Remove DataLoader serialization (under fault tolerance) (#16533) 2023-01-30 16:12:01 +01:00
Jirka Borovec c8c47227df
store: adding group-check (#16528) 2023-01-27 14:01:06 +00:00
Jirka Borovec c3a9bf0419
ci: trigger on action edit (#16514) 2023-01-26 15:59:10 +01:00
Adrian Wälchli c68cfd686e
Rename LiteMultiNode to FabricMultiNode (#16505) 2023-01-26 11:36:27 +00:00
Jirka Borovec f812cb8339
ci: move Flagships to GH (#16420)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-01-26 09:28:30 +00:00
Carlos Mocholí d65006ed21
Update labeleler config (#16491) 2023-01-25 13:14:42 +01:00
Adrian Wälchli b30e948ba4
Test DeepSpeed in Fabric CI (#16458)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2023-01-23 11:40:56 +00:00
Adrian Wälchli ee11a34382
Update link to new forum (#16449) 2023-01-20 08:01:16 +01:00
Carlos Mocholí ce99602d50 Remove horovod (#16150) 2023-01-19 18:39:36 +01:00
Jirka Borovec 799ced8430
ci: replace flake8 by ruff (#16433)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-01-19 11:48:28 -05:00
Carlos Mocholí 5aa0a122d1
Fix broken link (#16442) 2023-01-19 17:37:56 +01:00
Carlos Mocholí fc195b9540
Revert #16401 and user proper `CSVLogger` (#16405)
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
2023-01-17 17:24:38 +00:00
Jirka Borovec 76b3cd5ee2
adding @lantiga as code-owner (#16394) 2023-01-17 12:03:05 -05:00
Jirka Borovec 3fe7c2d345
pypi releasing fix lower (#16406) 2023-01-17 17:57:15 +01:00
Jirka Borovec d46091c32d
fix `dirpath` in `log_dir` for CSVLogger (#16401)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2023-01-17 16:31:53 +00:00
Jirka Borovec 8f428a676a
dispatch cache clean (#16393)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-01-17 11:12:00 +00:00
Jirka Borovec 13c3136063
move `tensorboardX` to extra (#16349)
* tensorboardX > extra

* default

* chlog

* doctest_skip

* mypy

* Update docs

* plus

* Apply suggestions from code review

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Luca Antiga <luca.antiga@gmail.com>

* fix

* mypy

* docs

* Apply suggestions from code review

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>

* .

* ll

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Luca Antiga <luca.antiga@gmail.com>
2023-01-16 09:06:14 +01:00
Jirka Borovec 3828f527dd
hotfix build docs + docker (#16351) 2023-01-14 03:02:10 +00:00
Jirka Borovec c2c363d7ca
rename integrations_app for accommodating flagships (#16345) 2023-01-12 10:13:52 -05:00
Jirka Borovec e7eddbddc9
ci: parametrize publish (#16343) 2023-01-12 09:59:59 -05:00
Carlos Mocholí c18a0ec819
Remove untested NVIDIA Dali example (#16306) 2023-01-10 14:11:08 +01:00
Jirka Borovec 669ecff915
rename integrations (#16312)
* rename integrations

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* name

* Artifact

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-01-10 13:52:01 +01:00
Jirka Borovec c09b1dfb74
fix package and validate folders (#16299) 2023-01-09 15:01:47 +01:00
Jirka Borovec 9c3c819a94
ci: pypi / fabtic (#16272) 2023-01-06 22:59:33 +09:00
Nikhil Shenoy 560422692e
Check broken links (#16168)
Co-authored-by: Nikhil Shenoy <nikhilshenoy@dhcp-128-189-225-81.ubcsecure.wireless.ubc.ca>
Co-authored-by: Nikhil Shenoy <nikhilshenoy@dhcp-128-189-227-53.ubcsecure.wireless.ubc.ca>
Co-authored-by: Nikhil Shenoy <nikhilshenoy@dhcp-128-189-226-199.ubcsecure.wireless.ubc.ca>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Nikhil Shenoy <nikhilshenoy@dhcp-128-189-227-171.ubcsecure.wireless.ubc.ca>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Nikhil Shenoy <nikhilshenoy@dhcp-128-189-230-32.ubcsecure.wireless.ubc.ca>
Co-authored-by: Nikhil Shenoy <nikhilshenoy@dhcp-128-189-224-226.ubcsecure.wireless.ubc.ca>
Co-authored-by: Nikhil Shenoy <nikhilshenoy@dhcp-128-189-229-137.ubcsecure.wireless.ubc.ca>
Fixes https://github.com/Lightning-AI/lightning/issues/8107
2023-01-06 09:30:13 +01:00
Adrian Wälchli 2b6ec90ec1
Lightning 1.9.0 Release Candidate 0 (#16264)
* release

* Apply suggestions from code review

* cleaning

Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
2023-01-05 15:35:56 -05:00
Jirka Borovec 3326e65bb2
Update CI to CUDA 11.7.1 (#16123)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2023-01-04 22:44:23 +00:00
Nikhil Shenoy 99936ed3f4
Added Optional `sphinx` docs linkcheck (#16234)
Fixes https://github.com/Lightning-AI/lightning/issues/8107
2023-01-04 23:05:12 +01:00
Carlos Mocholí 15ef52bc73
Rename LightningLite to Fabric (#16244)
* Rename LightningLite to Fabric

* Fix introspection test

* Fix deprecated Lite tests

* Undo accidental Horovod removal

* Fixes
2023-01-04 10:57:18 -05:00
Jirka Borovec a808ff9b1c
ci: upload only with release (#16194) 2022-12-28 10:28:58 +01:00
Shashwat Agrawal 574a951601
docs: updated broken links (#16191)
Co-authored-by: Shashwat <shashwat>
Fixes https://github.com/Lightning-AI/lightning/issues/16186
2022-12-24 04:18:58 +01:00
Jirka Borovec 1f1c71ad93
unify extras & minor CI cleaning: move env. var (#15942)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-12-22 13:54:44 +00:00
Jirka Borovec 186b799a62
ci: adjust version in all requirements (#16100) 2022-12-22 06:21:52 +00:00
Jirka Borovec fee671ad53
fixing install from src package & CI release (#16027)
* debug install
* hotfix
* local
* refactor
* lit swap
* pruning
2022-12-21 08:58:32 +00:00
Jirka Borovec a203b043cb
CI: settle file names (#16098)
* CI: settle file names

* rename

* [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-12-19 12:18:38 -05:00
Carlos Mocholí 4c91dec210
Have checkgroup pull the latest runs (#16033) 2022-12-16 15:59:09 +01:00
Carlos Mocholí b1ce2639f4
Better check for programmatic lightningignore (#16080)
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2022-12-16 09:49:17 +00:00
Jirka Borovec 9e89aed037
ci: print existing candidates (#16077) 2022-12-15 18:22:22 -05:00
Carlos Mocholí ca75e497a2
Merge setup_tools into assistant (#15847)
* Merge setup_tools and assistant
* Project root
* Fix PROJECT_ROOT

Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2022-12-13 14:47:35 +00:00
Jirka Borovec 18a463808c
CI: clean install & share pkg build (#15986)
* abstract pkg build
* share ci
* syntax
* Checkgroup
* folders
* whl 1st
* doctest

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-12-13 06:55:39 +01:00
Carlos Mocholí 9a778fc659
Fix pip install with no PACKAGE_NAME or editable mode (#15853)
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
2022-12-11 23:01:06 +00:00
Adrian Wälchli 2dcebc213c
Fix typo in PR titles generated by github-actions bot (#16003) 2022-12-11 02:08:59 +01:00
thomas chaton 37fe3f6ce9
CI: Add remote fetch (#16001)
Co-authored-by: thomas <thomas@thomass-MacBook-Pro.local>
2022-12-10 01:05:31 +00:00
Jirka Borovec 1706ccdbf8
CI: hotfix signal if (#15995)
signal if
2022-12-09 18:30:53 +01:00
Akihiro Nitta cfd00d3e47
Document running dev lightning on the cloud (#15962)
* document running dev lightning on the cloud

* document running dev lightning on the cloud

* Update .github/CONTRIBUTING.md

Co-authored-by: Noha Alon <nohalon@gmail.com>

* document running dev lightning on the cloud

* git clone & pip install -e

* Update .github/CONTRIBUTING.md

Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>

Co-authored-by: Noha Alon <nohalon@gmail.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2022-12-09 14:13:45 +00:00
Jirka Borovec e56e7f11b0
ci: update signaling (#15981)
* ci: update signaling
* config
2022-12-09 21:19:32 +09:00
Justus Schock 36aecde695
Multinode on MPS (#15748)
* Fix restarting attribute for lr finder
* update lite executor
* update trainer executor
* update spawn executor
* add multinode component tests
* add testing helpers
* add lite tests
* add trainer tests
* update changelog
* update trainer
* update workflow
* update tests
* debug
* add reason for skipif
* Apply suggestions from code review
* switch skipif

Co-authored-by: Jirka <jirka.borovec@seznam.cz>
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: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2022-12-08 12:05:18 +00:00
Jirka Borovec 06163e6db5
CI: fix pypi flow (#15944)
* CI: fixing pypi syntax (#15943)
* connect
* input
2022-12-07 16:55:28 -05:00
Jirka Borovec 77006a20e6
CI: parameterize TPU tests (#15876)
* update
* param
* Apply suggestions from code review
2022-12-06 17:00:15 +00:00
Jirka Borovec e7917492cd
replace MD template with Yaml - docs (#15909)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-12-06 00:51:10 -05:00
Jirka Borovec e8f96a80b4
replace MD template with Yaml - feature (#15908)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-12-06 00:50:56 -05:00
Jirka Borovec db51a108ce
replace MD template with Yaml - refactor (#15907)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-12-06 00:50:45 -05:00
Jirka Borovec 1549a72779
CI: merge two install steps (#15776) 2022-12-06 03:15:58 +00:00
Jirka Borovec 6cc493360d
update bug report template (#15905)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-12-05 17:22:17 +00:00
Jirka Borovec a86584d6dd
waiting on feedback (#15893)
* waiting
* builds
2022-12-03 23:11:42 +09:00
Jirka Borovec f4fcad366b
CI: update signalling (#15887) 2022-12-02 18:29:56 +09:00
Jirka Borovec 36b953b643
CI: signal lai build (#15871) 2022-12-01 21:12:15 +01:00
Jirka Borovec ad4bd66df6
hotfix import torch (#15849)
* fix import torch

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* plugin

* fix

* skip

* patch require

* seed

* warn

* .

* ..

* skip True

* 0.0.3

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-11-28 14:58:29 +01:00
dependabot[bot] ed7707e768
Bump google-github-actions/get-gke-credentials from 0 to 1 (#15843)
Bumps [google-github-actions/get-gke-credentials](https://github.com/google-github-actions/get-gke-credentials) from 0 to 1.
- [Release notes](https://github.com/google-github-actions/get-gke-credentials/releases)
- [Changelog](https://github.com/google-github-actions/get-gke-credentials/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google-github-actions/get-gke-credentials/compare/v0...v1)

---
updated-dependencies:
- dependency-name: google-github-actions/get-gke-credentials
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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-28 10:01:56 +05:30
Carlos Mocholí eaa71a2f1a
Do not modify MANIFEST.in on install (#15646) 2022-11-26 22:27:28 +00:00
Carlos Mocholí cca343267c
Checkgroup config fixes (#15787) 2022-11-26 01:16:48 +00:00
Ikko Ashimine 4a11c67294
Fix typo in 1_bug_report.yaml (#15764)
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-11-26 02:15:30 +01:00
Jirka Borovec 8ee889bea0
lit extras (#15793)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-11-24 22:08:51 +00:00
Jirka Borovec 952b64b358
tests: split examples and pytests (#15774)
split examples and pytests
2022-11-23 20:15:16 +09:00
Jirka Borovec 59fa32080d
Tests/App: refactor examples - structure (#15770)
* rename _examples dir

* refactor

* clean

* path

* add inits

* skip

* e2e

* azure

* e2e

* rev

* unify single depth for ignore docs req.

* group
2022-11-22 14:04:29 -05:00
Jirka Borovec 1a07a9c783
mergify: drop ready for draft (#15766) 2022-11-22 10:12:58 +01:00
Carlos Mocholí c55f80fcc8
Enable Probot CheckGroup v5.1 (#15763) 2022-11-22 17:15:33 +09:00
Carlos Mocholí 6c8ee019f7
Enable Probot CheckGroup v5 (#15670) 2022-11-21 18:58:28 +01:00
Ethan Harris bc797fd376
[App] Fix multi-node pytorch example CI (#15753) 2022-11-21 16:02:30 +00:00
Ethan Harris 83067977af
[App] Update multi-node examples (#15700)
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-11-21 10:41:59 +00:00
Carlos Mocholí 80e7538379
Enable Probot CheckGroup v4 (#15649) 2022-11-16 11:07:02 +01:00
dependabot[bot] e93c64964e
Bump google-github-actions/auth from 0 to 1 (#15675)
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 0 to 1.
- [Release notes](https://github.com/google-github-actions/auth/releases)
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google-github-actions/auth/compare/v0...v1)

---
updated-dependencies:
- dependency-name: google-github-actions/auth
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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-16 01:24:20 +09:00
dependabot[bot] c4512887cb
Bump google-github-actions/setup-gcloud from 0 to 1 (#15671)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0 to 1.
- [Release notes](https://github.com/google-github-actions/setup-gcloud/releases)
- [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v0...v1)

---
updated-dependencies:
- dependency-name: google-github-actions/setup-gcloud
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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-16 01:22:41 +09:00
Jirka Borovec 57ac5483a0
Upgrade CI to PyTorch 1.13 (#15403)
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2022-11-12 23:39:23 +00:00
Jirka Borovec 61ee3fabc3
PKG: distribute single semver (#15374)
* global
* distrib ver
* codeowners
* Apply suggestions from code review

Co-authored-by: otaj <6065855+otaj@users.noreply.github.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-11-12 15:36:36 +00:00
Adrian Wälchli e87c11a592
Upgrade GPU CI to PyTorch 1.13 (#15583)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
2022-11-12 14:58:37 +00:00
Adrian Wälchli c32c435eb1
Add LightningLite to top level imports (#15502)
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-11-12 01:39:38 +00:00
Carlos Mocholí a3edbec501
Delete unused TPU CI files (#15611)
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2022-11-11 18:30:02 +00:00
Carlos Mocholí 1954764c4a
Refactor checkgroup to avoid duplicated checks (#15633)
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2022-11-11 16:38:09 +00:00
Carlos Mocholí 32e319af27
Revert "Do not modify MANIFEST.in on install (#15549)" (#15644)
This reverts commit 4ea44dd276.
2022-11-11 14:23:04 +01:00
Carlos Mocholí 4ea44dd276
Do not modify MANIFEST.in on install (#15549)
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2022-11-11 09:25:13 +00:00
Carlos Mocholí bd870c605f
Enable Probot CheckGroup v3 (#15622) 2022-11-11 09:40:21 +01:00
Jirka Borovec 43fd9c1534
CI: fix pypi pkg (#15630) 2022-11-11 00:19:55 +01:00
thomas chaton 61d325376a
Add Ethan as Lightning App CodeOwners (#15626)
update
2022-11-10 13:39:40 -05:00
Carlos Mocholí 6ba00af1e0
Drop PyTorch 1.9 support (#15347)
* Drop 1.9

* Everything else

* READMEs

* Missed some

* IPU skips

* Remove exception type

* Add back
2022-11-10 08:59:13 -05:00
Adrian Wälchli 2076746238
Update Lightning Lite examples (#15599)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-11-10 04:16:46 -05:00
Carlos Mocholí 4f4b43f17b
Enable Probot CheckGroup V2 (#15612)
* Enable v2

* Run on draft

* DEBUG

* maintainers and owner

* Revert "DEBUG"

This reverts commit 1414e85902.
2022-11-10 02:25:43 -05:00
Carlos Mocholí abb160a78a
Add .actions CODEOWNERS (#15602) 2022-11-09 10:37:01 -05:00
Akihiro Nitta a00dfc850d
CI: Use new syntax for setting github output (#15415)
Use new syntax for setting github output

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2022-11-09 14:07:52 +00:00
Carlos Mocholí e33d09a1a8
Reuse assistant code to create the mirror package (#15365) 2022-11-08 18:52:24 +00:00
Jirka Borovec 175603ca3f
Merge the slow and regular test workflows (#15331)
* extend matrix

* drop

* group-check

* groups

* cat

* typo

* cat2type

* cat2type

* env vars

* ''

* Rename to slow. Fix timeout

* Examples are GPU only

* str

* Extra step

* ''

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-11-08 10:00:08 -05:00
Carlos Mocholí bf4653e421
Simplify codeowners (#15585)
* Simplify PL CODEOWNERS

* Add William

* Update apps too
2022-11-08 09:08:28 -05:00
Carlos Mocholí 5bec46ddce
Remove MANIFEST reference in docs job (#15584) 2022-11-08 14:32:25 +01:00
Carlos Mocholí 3ea8903a32
Fix which groups require docs builds (#15581) 2022-11-08 13:14:17 +01:00
Carlos Mocholí 04e1e925da Update governance and codeowners 2022-11-07 11:12:24 -05:00
Carlos Mocholí 7a8cf4eb10
Print the logs when TPU tests fail (#15533) 2022-11-05 03:08:22 +01:00
Carlos Mocholí 0c63534b7e
remove source-lit docs 2 (#15527) 2022-11-04 18:01:04 +01:00
Carlos Mocholí f392180c38
Do not modify PACKAGE_NAME on install (#15493)
* Do not modify PACKAGE_NAME on install

* Fix ci pkg action

* Required

* Typos

* Apply suggestions from code review

* Undo defaults

* Cleanup

* Implement idea

* Fuck

* Apps mock fix

* Fix app-pytest with PKG_NAME=app

* Justus suggestion

* Debug Windows

* Update setup.py

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>

* Revert "Debug Windows"

This reverts commit 9fe3ba3665.

* SSH action

* Crazy bug

* Revert "SSH action"

This reverts commit 5061e8e7d6.

* Package import step

* Avoid env conflict

* Debug

* Whitespace

* Try removing existing lite build

* This should be redundant now

* Add back env now that source-lit is gone

* Remove download artifact

* checkgroup

* TODOs suggested by Jirka

* _

* Revert "_". These are local variables, do not need protected

This reverts commit 8340b85991.

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2022-11-04 17:51:03 +01:00
Jirka Borovec 4ddc51b05a
CI: skip jobs in draft (#15529)
* skip jobs in draft
* types
2022-11-04 16:17:48 +00:00
Jirka Borovec 1129b2b66d
Replace pull_request event from docs workflow (#15530)
Revert "Replace pull_request_target event from docs workflow (#15526)"

This reverts commit 4750e221d1.

Co-authored-by: Luca Antiga <luca.antiga@gmail.com>
2022-11-04 16:36:47 +01:00
Carlos Mocholí 4750e221d1
Replace pull_request_target event from docs workflow (#15526) 2022-11-04 12:07:42 +00:00
William Falcon 33b22b8e0d
remove source-lit docs (#15525)
* remove source-lit

* remove source-lit

* remove source-lit
2022-11-04 07:50:51 -04:00
Jirka Borovec 78275f11a5
CI: exclude docs requirements changes (#15488) 2022-11-03 21:28:31 +00:00
Jirka Borovec adb970a50b
CI: resolving Docs (#15508)
* placeholder

* pytorch

* fix CI

* fix package name

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* use os theme for pytorch docs

* switch source-app to lai_sphinx_theme

* pull_request

* doc error fix

* another build error fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* removed unused glossary.rst

* lit

* doc fixes

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix last warning

* try

* lit

* flake8

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: Yurij Mikhalevich <yurij@grid.ai>
Co-authored-by: rohitgr7 <rohitgr1998@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-11-03 15:33:54 -04:00
Carlos Mocholí 4508c7004c
Checkout the HEAD SHA for docs builds (#15510) 2022-11-03 18:25:41 +01:00
Jirka Borovec 031357759c
CI: drop nightly (#15480) 2022-11-03 15:20:18 +01:00
Carlos Mocholí 85d7da881c
Change probot workflow source (#15492) 2022-11-03 15:10:55 +01: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
Akihiro Nitta 5025c3ec16
Update governance (#15478) 2022-11-02 21:27:25 +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 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
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
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 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
Carlos Mocholí 7f3e9de726
Fix TPU tests on master builds (#15349) 2022-10-31 15:58:02 +00:00
Jirka Borovec 30d5665f46
CI: trigger PL for lite (#15402) 2022-10-31 14:48:39 +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
Carlos Mocholí 6b8f394001
App tests hang on Windows with Python 3.9 (#15385)
App tests hang on Windows with Python 3.8
2022-10-28 13:01:55 +02:00
Carlos Mocholí 53ee014bf1
Create required group for app examples (#15332) 2022-10-28 11:20:30 +02:00
Jirka Borovec 9b35079c36
docker: drop pt 1.9 (#15345)
* docker: drop pt 1.9

* Missed some

* Last one

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Luca Antiga <luca.antiga@gmail.com>
2022-10-27 18:17:36 +02:00
Jirka Borovec 863dfb24a7
fixing publish pypi (#15361) 2022-10-27 15:16:09 +02:00
Jirka Borovec 889fc50e8a
Fix missing secrets in legacy checkpoint workflow (#15358) 2022-10-27 13:45:36 +02:00
Jirka Borovec 95ae393ca8
LAI: creating mirror package (#15105)
* placeholder

* mirror + prune

* makedir

* setup

* ci

* ci

* name

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* ci clean

* empty

* py

* parallel

* doctest

* flake8

* ci

* typo

* replace

* clean

* Apply suggestions from code review

* re.sub

* fix UI path

* full replace

* ui path?

* replace

* updates

* regex

* ci

* fix

* ci

* path

* ci

* replace

* Update .actions/setup_tools.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* also convert lightning_lite tests for PL tests to adapt mocking paths

* fix app example test

* update logger propagation for PL tests

* update logger propagation for PL tests

* Apply suggestions from code review

* Revert "update logger propagation for PL tests"

This reverts commit c1a5e119c7.

* playwright

* py

* update import in tests

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* try edit import in overwrite

* debug code

* rev playwright

* Revert "try edit import in overwrite"

This reverts commit c02f766521.

* ci: adjust examples

* adjust examples cloud

* mock lightning_app

* Install assistant dependencies

* lightning

* setup

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>

* Apply suggestions from code review

* disable cache

* move doctest to install

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* )

* echo ./

* ci

* lru

* revert disabling cache, prints

* ci

* prune ci jobs

* prune ci jobs

* training loop standalone tests

* add sys modules cleanup fixture

* make use of fixture

* revert standalone

* ci e2e

* fix imports in lightning

* fix imports of lightning in tests

* Revert "make use of fixture"

This reverts commit c15efdd205.

* Revert other commits for fixtures

* revert use of fixture

* py3.9

* fix mocking

* fix paths

* hack mocking

* docs

* Apply suggestions from code review

* rev suggestion

* Minor changes to the parametrizations

* Update checkgroup with the new and changed jobs

* include frontend dir

* cli

* fix imports and entry point

* Revert standalone

* rc1

* e2e on staging

* Revert "Revert standalone"

This reverts commit 9df96685b8.

* groups

* to

* ci: pt ver

* docker

* Apply suggestions from code review

* Copy over changes from previous commit to other groups

* Add back changes from bad merge

* Uppercase step name everywhere

* update

* ci

* ci: lai oldest

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
Co-authored-by: Justus Schock <justus.schock@posteo.de>
Co-authored-by: manskx <ahmed.mansy156@gmail.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: thomas chaton <thomas@grid.ai>
Co-authored-by: Luca Antiga <luca.antiga@gmail.com>
2022-10-27 12:32:49 +02:00
Carlos Mocholí 02074f16c7
Fix PyTorch versions in Lite CI (#15338)
* replace oldest in lite

* Fix PyTorch versions in Lite CI

* This will be moved to install pkg workflow in the mirror PR

* 1.13 fixes

* Windows fix

* sorting

Co-authored-by: otaj <ota@lightning.ai>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2022-10-26 15:09:08 -04:00
dependabot[bot] 3cccaec60b
Pin test requirements to their current latest versions (#15157)
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-10-26 14:31:25 +00:00
Carlos Mocholí 54e76683fa
Drop "full" suffix in CI (#15320) 2022-10-26 16:24:16 +02:00
thomas chaton d1263f5d74
Resolve Boring App Race Condition (#15324) 2022-10-26 12:56:03 +00:00
Akihiro Nitta bf12b673ec
Enable and fix recent legacy checkpoint tests in CI (#12491) 2022-10-26 11:24:53 +00:00
Carlos Mocholí 102685c3ab
Remove non-existent Lite checks (#15325) 2022-10-26 13:19:20 +02:00