Commit Graph

1931 Commits

Author SHA1 Message Date
Yurij Mikhalevich 5aadfa6250
fix(docs): fix broken link to ensure the docs can be built (#19941)
* fix(docs): fix broken link to ensure the docs can be built

* nit
2024-06-04 22:11:20 -04:00
awaelchli 014cdd84ed
Update code owners file (#19922)
* update code owners

* update

* Update .github/CODEOWNERS

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

---------

Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2024-05-30 06:12:41 -04:00
awaelchli 98005bbed0
Add Studio badge to tensor parallel docs (#19913) 2024-05-28 09:04:55 -04:00
awaelchli c09356db1e
(10/10) Support 2D Parallelism - Port Fabric docs to PL (#19899) 2024-05-23 08:55:52 -04:00
Jirka Borovec e0d7ede643
docs: prune unused `linkcode` (#19897) 2024-05-23 11:35:53 +02:00
Jirka Borovec fa1126ea53
docs: fix link to CLIP (#19896)
* docs: fix link to CLIP

* www

* ignore
2024-05-22 17:46:51 -04:00
awaelchli 341474aaac
(8/n) Support 2D Parallelism - 2D Parallel Fabric Docs (#19887) 2024-05-22 13:47:55 -04:00
awaelchli 987c2c4093
(7/n) Support 2D Parallelism - TP Fabric Docs (#19884)
Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2024-05-22 06:20:40 -04:00
awaelchli e0307277a0
Add function to explicitly mark forward methods in Fabric (#19690)
Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
2024-05-08 16:58:33 -04:00
awaelchli 0c8a193d3c
(1/n) Support 2D Parallelism (#19846) 2024-05-07 17:02:58 -04:00
David de la Iglesia Castro 58ad56afec
Use `step` interval in `estimated_stepping_batches` docs example (#19774) 2024-04-15 10:16:17 -04:00
Jin Zehao 94167d6e65
docs: fix LightningCLI docs example for Trainer Callbacks (#19701) 2024-03-27 23:16:29 +01:00
Jude Idoko b0782ad788
Fix overlapping tags in Fabric docs on small screens (#19692) 2024-03-26 20:04:37 -04:00
Jirka Borovec b9bfd1e43b
docs: pin version in links to external docs for [2/3] (#19672)
* docs: pin version in links to external docs for fabric
* ci update
2024-03-25 10:45:27 +01:00
Felix Hirwa Nshuti fadd2fccdc
docs: added mathjax for rendering tex format as imgmath needs latex engine to run (#19675) 2024-03-20 09:09:22 -07:00
Jirka Borovec 51ad6bb8fe
docs: pin version in links to external docs [1/n] (#19584)
* docs: ignore link to private repo
* lightning-utilities >=0.11.0, <0.12.0

---------

Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
2024-03-19 16:35:40 +01:00
awaelchli a4a19f4655
Update reference to LitGPT example (#19593) 2024-03-17 16:57:38 -07:00
Karthik Venkataramani 88869ad482
docs: fix `y` var for compute loss (#19465)
* Update train_model_basic.rst

Loss should be calculated by comparing `x_hat` to `y`, not `x`

* Update evaluation_basic.rst

Error in the documentation where training loss is calculated as `F.mse_loss(x_hat, x)`. Changed to `F.mse_loss(x_hat, y)`

* Update notebooks.rst

Doc fix

* Update README.md

Doc fix

* Update introduction.rst

Doc fix

* Update train.py

Doc fix

* Update README.md

Doc fix

* Revert "Update train.py"

This reverts commit 1934760056.

* Revert "Update introduction.rst"

This reverts commit 0cec613c07.

* Revert "Update README.md"

This reverts commit fda3fbf32d.

* Revert "Update notebooks.rst"

This reverts commit 183a2a9e33.

* Revert "Update evaluation_basic.rst"

This reverts commit 0eefe39aea.

* Revert "Update train_model_basic.rst"

This reverts commit b98e1d2414.

* remove the variable y when unused in docs

* Update README.md

---------

Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2024-03-15 17:56:28 -04:00
invisprints 75553845c6
docs: fix missing arguments in get_metrics() (#19629) 2024-03-14 20:50:42 -04:00
awaelchli 97a95ed6cc
Update `overfit_batches` docs (#19622) 2024-03-13 17:47:55 -04:00
awaelchli 8549a932f7
Remove orphaned docs pages (#19555) 2024-03-12 21:19:05 -04:00
Anish Shah 096b063d6e
Add docs for the Fabric `WandbLogger` hosted in the `wandb` SDK (#19451)
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
2024-03-08 19:27:08 -05:00
Jirka Borovec b871f7a826
docs: switch NGC link to Nemo (#19568) 2024-03-04 21:51:19 +01:00
awaelchli 13f15b38fc
Support consolidating sharded checkpoints with the `fabric` CLI (#19560) 2024-03-04 08:01:33 -05:00
awaelchli d9113b61cc
Add additional references in compile guides (#19550) 2024-03-04 08:00:50 -05:00
Leng Yue 34f036917d
Document `ddp_find_unused_parameters_true` in Fabric (#19564) 2024-03-04 06:10:38 -05:00
awaelchli 48c39ce24f
Compile guide for Trainer (#19531)
Co-authored-by: Luca Antiga <luca.antiga@gmail.com>
2024-02-28 09:15:33 -05:00
awaelchli abae4c903b
Update Lightning AI multi-node guide (Trainer) (#19530)
* update

* update

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

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

* configure_model

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-02-28 08:35:53 -05:00
awaelchli ea89133c65
Rename `fabric run model` to `fabric run` (#19527) 2024-02-27 11:36:46 -05:00
awaelchli e461e90f84
Update the Multi-GPU docs (#19525) 2024-02-26 22:29:26 -05:00
Jirka Borovec cf3553cdb5
docs: enable Sphinx linter & fixing (#19515)
* docs: enable Sphinx linter
* fixes
2024-02-26 16:20:33 +01:00
thomas chaton e43820a4be
migrate Data subpackage (#19523)
* update

* update

* update

* update

* Update checkgroup.yml

* More

* Add note

* Labeller should be kept as long as we have the stubs

* update

* update

* update

* Apply suggestions from code review

* init

* ci fix

* pin version range

* https://www.neptune.ai/

---------

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
2024-02-26 08:25:00 -05:00
awaelchli 2a827f3f6f
Docs fixes (#19529) 2024-02-26 12:06:08 +01:00
Mauricio Villegas 623ec5824f
`load_from_checkpoint` support for LightningCLI when using dependency injection (#18105) 2024-02-23 10:55:07 +01:00
awaelchli c5ab34876b
Document optional steps for converting Fabric code (#19486) 2024-02-18 00:37:35 +01:00
Jirka Borovec 5998dd12e8
docs: ignore mall behave link (#19488) 2024-02-16 17:48:51 +01:00
PL Ghost 61ba180e5f
docs: Bump HPU ref `1.4.0` (#19484)
Co-authored-by: jerome-habana <jerome-habana@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2024-02-16 16:28:16 +01:00
awaelchli 120c87f8f7
Include the training mode in the ModelSummary (#19468) 2024-02-15 15:13:35 -05:00
awaelchli 59e45d6f6d
Update `all_gather` docs (#19469) 2024-02-14 19:37:50 +01:00
awaelchli 4bcc4f1cf7
Document the return value of `Fabric.clip_gradients()` (#19457) 2024-02-13 11:32:47 +01:00
Sebastian Raschka 0a77aa2cc5
Some clarifications in the torch.compile Fabric docs (#19456) 2024-02-13 06:52:29 +01:00
awaelchli e950bb4828
Remove the Graphcore IPU integration (#19405)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2024-02-12 16:16:02 -05:00
Justus Schock 2ed7282f7c
Rename Lightning Fabric CLI (#19442)
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>
2024-02-12 17:22:53 +01:00
Justus Schock 0acd5f9810
Rename Lightning App CLI (#19440) 2024-02-09 16:54:54 +01:00
awaelchli 9c8cd4ce68
Update to 2.3.0dev (#19430)
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2024-02-08 06:34:51 -05:00
Carlos Mocholí db2cc8a88e
Fix CLI docs typo (#19426) 2024-02-07 10:53:58 -05:00
Carlos Mocholí 78b7a39e72
Update throughput docs (#19415) 2024-02-06 16:26:10 -05:00
awaelchli 130b05fe0c
Fix dead link in docs (#19387) 2024-02-06 11:54:17 +01:00
awaelchli 9624aae07e
Support non-strict loading in Trainer (#19404) 2024-02-05 19:57:43 -05:00
awaelchli 89ff87def0
Reapply compile in `Fabric.setup()` by default (#19382) 2024-02-01 15:06:18 -05:00