Commit Graph

8452 Commits

Author SHA1 Message Date
Jirka Borovec 876574695a
update tutorials (#16263) 2023-01-05 13:59:34 +00:00
dependabot[bot] ce5ea92b53
Update streamlit requirement from <=1.15.2,>=1.0.0 to >=1.0.0,<1.16.1 in /requirements (#16221)
Update streamlit requirement in /requirements

Updates the requirements on [streamlit](https://github.com/streamlit/streamlit) to permit the latest version.
- [Release notes](https://github.com/streamlit/streamlit/releases)
- [Commits](https://github.com/streamlit/streamlit/compare/1.0.0...1.16.0)

---
updated-dependencies:
- dependency-name: streamlit
  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>
2023-01-05 02:30:46 +00:00
pre-commit-ci[bot] b59941cc52
[pre-commit.ci] pre-commit suggestions (#16224)
* [pre-commit.ci] pre-commit suggestions

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0)
- [github.com/asottile/pyupgrade: v2.34.0 → v3.3.1](https://github.com/asottile/pyupgrade/compare/v2.34.0...v3.3.1)
- https://github.com/myint/docformatterhttps://github.com/PyCQA/docformatter
- [github.com/PyCQA/docformatter: v1.4 → v1.5.1](https://github.com/PyCQA/docformatter/compare/v1.4...v1.5.1)
- [github.com/asottile/yesqa: v1.3.0 → v1.4.0](https://github.com/asottile/yesqa/compare/v1.3.0...v1.4.0)
- [github.com/PyCQA/isort: 5.10.1 → 5.11.4](https://github.com/PyCQA/isort/compare/5.10.1...5.11.4)
- [github.com/psf/black: 22.6.0 → 22.12.0](https://github.com/psf/black/compare/22.6.0...22.12.0)
- [github.com/executablebooks/mdformat: 0.7.14 → 0.7.16](https://github.com/executablebooks/mdformat/compare/0.7.14...0.7.16)

* [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-01-04 18:48:35 -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
Sangkug Lym 3e7c014845
Relax `on_train_batch_*` hook check with `dataloader_iter` to a warning (#16062)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2023-01-04 22:42:52 +00:00
Carlos Mocholí bbc52ec48b
Fix app e2e race condition. Add more logs verbosity (#16251) 2023-01-04 17:13:09 -05: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
Adrian Wälchli a3e2b4c021
Update Lightning Lite docs (2/n) (#16239)
Co-authored-by: edenlightning <66261195+edenlightning@users.noreply.github.com>
2023-01-04 18:11:29 +00:00
Carlos Mocholí 62383f4fc7
Fix Fabric CHANGELOG (#16247) 2023-01-04 18:28:35 +01:00
Adrian Wälchli 085ad548ca
Update Lightning Lite docs (1/n) (#16250)
* fabric docs

* fix reference

* fabric
2023-01-04 12:25:36 -05: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
Carlos Mocholí 0716e73f18
Support arbitrary `Optimizable`s as optimizers (#16189) 2023-01-04 12:07:35 +00:00
Adrian Wälchli 15536bf4dd
Improvements to checkpoint migration (#16233)
Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
2023-01-04 10:43:52 +00:00
dependabot[bot] 4a73fb8eee
Update ipython[all] requirement from <8.6.1 to <8.7.1 in /requirements (#16220)
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.7.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>
2023-01-04 08:26:08 +00:00
Manan Goel c4ddc068c9
Added support and test for custom artifact names in WandbLogger (#16173) 2023-01-03 17:07:52 -05:00
Liyang90 ec641f103d
Fix DDP on XLA (#16020)
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
2023-01-03 21:58:03 +00:00
HELSON 64ab8837dc
Fix type error when dividing chunk size in colossalai strategy (#16212)
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
2023-01-03 19:07:29 +00:00
Adrian Wälchli f9ae89f075
Skip a failing Bagua test for manual optimization (#16225) 2023-01-03 14:31:30 +00:00
Dmitry Frolov 859a228a91
Update endpoint access examples: added info about accessing auth-protected apps (#16145) 2023-01-02 18:46:51 +00:00
Jirka Borovec a808ff9b1c
ci: upload only with release (#16194) 2022-12-28 10:28:58 +01:00
dependabot[bot] dfec8fe5a8
Update s3fs requirement from <2022.8.3,>=2022.5.0 to >=2022.5.0,<2022.11.1 in /requirements (#16198)
Update s3fs requirement in /requirements

Updates the requirements on [s3fs](https://github.com/fsspec/s3fs) to permit the latest version.
- [Release notes](https://github.com/fsspec/s3fs/releases)
- [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md)
- [Commits](https://github.com/fsspec/s3fs/compare/2022.5.0...2022.11.0)

---
updated-dependencies:
- dependency-name: s3fs
  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-12-26 05:23:25 +00:00
dependabot[bot] b5a838a942
Update numpy requirement from <1.23.1,>=1.17.2 to >=1.17.2,<1.24.1 in /requirements (#16199)
Update numpy requirement in /requirements

Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](https://github.com/numpy/numpy/compare/v1.17.2...v1.24.0)

---
updated-dependencies:
- dependency-name: numpy
  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-12-26 05:09:17 +00:00
Adrian Wälchli 42e72564b7
Fix inclusion of `model_parallel` document (#16197)
fix link to gpu/advanced section
2022-12-26 14:08:55 +09:00
Jirka Borovec e8720290a4
simplify torch.Tensor (#16190) 2022-12-24 06:44:27 +00:00
Carlos Mocholí 87818e3887
Remove CUDA_LAUNCH_BLOCKING from Lite tests (#16177) 2022-12-24 15:05:55 +09:00
Dmitry Frolov 12e8c0198a
Using internal ip + port in a load balancer instead of URL exposed (#16119)
Co-authored-by: thomas chaton <thomas@grid.ai>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-12-24 04:41:15 +01:00
Raphael Randschau 5e1db28bf4
update BYOC documentation with AWS details (#16044)
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2022-12-24 04:35:06 +01:00
Carlos Mocholí 612d43e5bf
Always use the local rank zero imports (#16178) 2022-12-24 04:22:14 +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
David Gilbertson 94e6d52b7e
docs: fix order of on_fit_start() hook (#16180)
Fixes https://github.com/Lightning-AI/lightning/issues/16170
2022-12-22 21:06:57 +01:00
Dmitry Frolov f08bc67e4d
[App] Introduce basic auth to Lightning CLI (#16105)
* Introduce basic auth to Lightning CLI for app creation

* Parsing creds added

* Adding auth field to app instance body

* Adding tests

* Adding changelog entry

* Adding more tests


* Update runtime.py

* Setting auth on update

* Fix test

* Update lightning-cloud dep

* Apply suggestions from code review

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

* Update runtime.py

* Fix for release

* Update base.txt

Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2022-12-22 13:07:49 -05:00
Adrian Wälchli ca88f813a4
Deprecate `auto_select_gpus` (#16147)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-12-22 17:44:07 +01:00
Jirka Borovec acdb1453f1
update chlog after 1.8.6 (#16174) 2022-12-22 13:59:14 +00: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
Huy Đỗ 1eaff9ba76
Fix incorrect tuner error message (#16104)
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>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
Fixes https://github.com/Lightning-AI/lightning/issues/15855
2022-12-22 13:42:16 +00:00
edenlightning 1c196da309
Update fault_tolerant_training_basic.rst (#16012) 2022-12-22 07:16:02 +00:00
Jirka Borovec 186b799a62
ci: adjust version in all requirements (#16100) 2022-12-22 06:21:52 +00:00
Carlos Mocholí 8bc78a6596
Remove the deprecated `pl.loops.base` module (#16142) 2022-12-21 22:25:43 +01:00
Carlos Mocholí 5c6ddee09f
Remove deprecated items from api reference (#16151) 2022-12-21 22:25:25 +01:00
Carlos Mocholí 3ff3ec3fde
Avoid using the deprecated `LooseVersion` (#16162) 2022-12-21 20:11:21 +00:00
Carlos Mocholí 83c8e47aa4
Avoid `relpath` bug on Windows (#16164) 2022-12-21 18:49:54 +00:00
Mauricio Villegas 50331e08e1
Small fix in test_cli.py to avoid failure with future version of jsonargparse (#16156) 2022-12-21 09:10:32 -05:00
Ethan Harris 0630444fd4
[App] Add annotations endpoint (#16159) 2022-12-21 12:35:13 +00:00
Ethan Harris 965767199c
[App] Simplify messaging in cloud dispatch (#16160) 2022-12-21 13:33:41 +01:00
Jirka Borovec 1e16836a2c
drop colossalai from testing as no stable release yet (#16122) 2022-12-21 12:32:59 +00:00
Adrian Wälchli 1c0228833d
Fix broken link in "Build a Model" section of docs (#16025)
fix build model link
2022-12-21 12:21:50 +01: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
Ethan Harris ec336bc89b
[App] Fix support for streamlit > 1.14 (#16139) 2022-12-20 22:56:12 +00:00
Ethan Harris bf5fa3517d
[App] Remove outdated warning from cloud requirements (#16140) 2022-12-20 21:30:16 +00:00
Ethan Harris c98b0c4f08
[App] Fix e2e tests (#16146) 2022-12-20 20:46:38 +00:00