Jirka Borovec
cc457fe5eb
enable import `lightning.app` if it is installed ( #20059 )
2024-07-08 15:05:04 +02:00
awaelchli
de3fb57d8f
Remove the lightning app code ( #20039 )
2024-07-08 15:05:04 +02:00
awaelchli
8b69285ec5
Patch release 2.3.1 ( #20021 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Etay Livne <53942171+EtayLivne@users.noreply.github.com>
Co-authored-by: Etay Livne <etay.livne@mobileye.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: thomas chaton <thomas@grid.ai>
2024-06-27 13:44:05 -04:00
awaelchli
a42484cf8e
Fix failing app tests ( #19971 )
2024-06-13 20:58:34 +01:00
thomas chaton
90d04b5b86
Update Lightning Cloud 0.5.69 ( #19857 )
2024-05-09 16:12:30 +01:00
Adrian Wälchli
0f12271d7f
bump lightning cloud
2024-05-01 18:45:35 -04:00
Adrian Wälchli
d1949766f8
Fix TensorBoardLogger test on Windows ( #19824 )
2024-04-29 08:51:56 -04:00
Adrian Wälchli
49ed2b102b
Add PyTorch 2.3 to CI matrix ( #19708 )
2024-04-29 07:16:13 -04:00
Adrian Wälchli
5e0e02b79e
Remove support for PyTorch 1.13 ( #19706 )
2024-04-27 01:24:07 -04:00
thomas chaton
a2b3dddf1d
Update Lightning Cloud to 0.5.67 ( #19795 )
2024-04-22 17:47:04 +01:00
Jirka Borovec
0fb267b427
docs: use fixed version of adjust links to 'stable' ( #19697 )
2024-03-27 07:11:48 +01: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
Jirka Borovec
a8190445c5
ci: bump torch to `2.2.1` ( #19687 )
...
bump torch to `2.2.1`
2024-03-22 21:56:22 -04:00
Mauricio Villegas
6cfc590716
Re-enable LightningCLI test disabled due to bug in jsonargparse ( #19683 )
2024-03-21 21:56:05 -04: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
Dmitry Frolov
1ffa5cdd53
Feat(plugins): adding `KeepMachinesAfterStop` flag propagation ( #19660 )
...
* Feat(plugins): adding KeepMachinesAfterStop flag propagation
2024-03-16 16:28:35 -04:00
Jirka Borovec
0b88204c6a
bump `lightning-utilities` from <0.10 to <0.11 ( #19586 )
2024-03-07 11:20:57 -05:00
Kashif Rasul
527d071f49
Bump bitsandbytes minimum version ( #19520 )
...
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2024-03-04 16:11:31 +01:00
Jirka Borovec
b19c3a961c
ci: pin `pytest` for package doctests ( #19567 )
2024-03-04 15:09:04 +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
2e512d4b2e
Remove the Colossal AI integration ( #19528 )
2024-02-26 10:59:15 +01:00
Mauricio Villegas
623ec5824f
`load_from_checkpoint` support for LightningCLI when using dependency injection ( #18105 )
2024-02-23 10:55:07 +01:00
Jirka Borovec
6497e36b3d
bump: transmission to use `neptune` only, drop `neptune-client` ( #19265 )
...
* bump: min version `neptune>=1.0.0`
* Apply suggestions from code review
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2024-02-16 17:57:10 +01:00
thomas chaton
b097a4df3f
Improve data processing to enable downloading LAOIN 400M ( #19452 )
2024-02-13 13:23:39 +00:00
awaelchli
f2f9978377
Update mypy in CI ( #19449 )
2024-02-13 12:09:35 +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
awaelchli
8d4768f2ae
Remove the Bagua integration ( #19445 )
2024-02-12 20:58:52 +01:00
awaelchli
5aea3b1fc3
Fix import error when running examples in fresh environment ( #19431 )
2024-02-08 06:31:52 -05:00
thomas chaton
7dfc279b3f
Add support for parallelizing processing parquet files across workers and nodes. ( #19400 )
2024-02-05 23:21:25 +00:00
thomas chaton
10c3a71dbd
Bump Lightning Cloud 0.5.64 ( #19372 )
2024-01-30 14:57:11 +00:00
awaelchli
1a59097ab2
Drop support for PyTorch 1.12 ( #19300 )
...
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2024-01-26 11:44:24 -05:00
Jirka Borovec
3bd133b107
CI: enable testing with coming PT 2.2 ( #19289 )
...
* ci: build dockers for PT 2.2
* py3.12
* --pre --extra-index-url
* typing-extensions
* bump jsonargparse
* install latest jsonargparse
* Add windows skips for Fabric
* convert to xfail
* add pytorch skips
* skip checkpoint consolidation test
* set max torch
---------
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-01-26 16:42:09 +01:00
thomas chaton
012f68dcfd
StreamingDataloader: Add profiling support ( #19338 )
2024-01-24 20:30:55 +00:00
thomas chaton
75510dd9f8
StreamingDataset: Add intra node shuffling to accelerate second epoch ( #19296 )
2024-01-19 17:08:32 +00:00
thomas chaton
97d71aba0b
Data Processor: Resolve several bugs found while publishing a Studio ( #19309 )
2024-01-18 20:46:06 +00:00
thomas chaton
6655c4d752
Bump Lightning Cloud to 0.5.59 ( #19301 )
...
update
Co-authored-by: thomas <thomas@thomass-MacBook-Pro.local>
2024-01-17 09:39:26 +00:00
thomas chaton
052c0d5b04
Bump Lightning Cloud 0.5.58 ( #19295 )
2024-01-16 13:43:18 +00:00
awaelchli
41503fc2ba
Install `bitsandbytes` to run skipped bitsandbytes tests ( #19260 )
2024-01-11 02:50:43 -05:00
Carlos Mocholí
6cf1c631f3
Fix pinned bitsandbytes version ( #19233 )
2024-01-10 05:31:47 -05:00
awaelchli
4d6acda72e
Fix docs build ( #19241 )
2024-01-08 06:42:55 -05:00
Carlos Mocholí
6dfa5cca9d
Support 4bit BNB layers meta-device materialization ( #19150 )
2023-12-20 22:13:18 +01:00
Jirka Borovec
3c1dc71447
ci: freeze requirements used in workflows ( #19146 )
2023-12-14 14:49:43 +01:00
dependabot[bot]
e6a787c08e
Update traitlets requirement from <5.10.0,>=5.3.0 to >=5.3.0,<5.12.0 in /requirements ( #18753 )
...
Update traitlets requirement in /requirements
Updates the requirements on [traitlets](https://github.com/ipython/traitlets ) to permit the latest version.
- [Release notes](https://github.com/ipython/traitlets/releases )
- [Changelog](https://github.com/ipython/traitlets/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ipython/traitlets/compare/5.3.0...v5.11.2 )
---
updated-dependencies:
- dependency-name: traitlets
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2023-12-13 19:36:38 +01:00
dependabot[bot]
369b990222
Drop starsessions from App's requirements ( #18470 )
...
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
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-12-13 19:36:05 +01:00
dependabot[bot]
4528cb60ee
Update nbsphinx requirement from <=0.8.9,>=0.8.5 to >=0.8.5,<=0.9.2 in /requirements ( #17924 )
2023-12-13 00:23:41 -05:00
dependabot[bot]
ac8c929603
Bump pytest-doctestplus from 0.9.0 to 1.0.0 in /requirements ( #18754 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2023-12-13 00:21:20 -05:00
thomas chaton
32f5ddd2cc
Bump Lightning Cloud to 0.5.57 ( #19099 )
...
Co-authored-by: thomas <thomas@thomass-MacBook-Pro.local>
2023-12-01 12:16:10 +00:00
thomas chaton
bf7e54d932
Bump Lightning Cloud to 0.5.56 ( #19093 )
...
Co-authored-by: thomas <thomas@thomass-MacBook-Pro.local>
2023-11-30 15:56:39 +00:00
Adrian Wälchli
710cac4ce9
Make fsspec requirement the same across subpackages ( #19085 )
2023-11-29 10:36:28 -05:00
Adrian Wälchli
b8a96fe5d6
Fix fsspec local file protocol checks for new fsspec version ( #19023 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-11-18 08:51:37 +01:00