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 |
Carlos Mocholí
|
4e72dcc8db
|
Reduce lightning data's dependencies (#19026)
|
2023-11-17 16:52:14 -05:00 |
thomas chaton
|
792cb73fc6
|
Remove the LightningDataset relying on un-maintained torchdata (#19019)
Co-authored-by: thomas <thomas@thomass-MacBook-Pro.local>
|
2023-11-16 16:08:15 -05:00 |
thomas chaton
|
c524c0b01b
|
Bump Lightning Cloud Version to 0.5.52 (#18965)
|
2023-11-07 15:02:55 -05:00 |
thomas chaton
|
20f58f63ef
|
Bump Lightning Cloud to 0.5.51 (#18962)
Co-authored-by: thomas <thomas@thomass-MacBook-Pro.local>
|
2023-11-07 17:30:39 +00:00 |
thomas chaton
|
faa64c593d
|
Add dataset creation (#18940)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: thomas <thomas@thomass-MacBook-Pro.local>
|
2023-11-04 00:27:42 +00:00 |
thomas chaton
|
f5f4d0a264
|
Improve map, optimize and StreamingDataset (#18912)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: thomas <thomas@thomass-MacBook-Pro.local>
|
2023-11-03 11:28:55 +00:00 |
Carlos Mocholí
|
80fbc0ac83
|
Update minimum typing-extensions to 4.4 (#18916)
|
2023-11-02 15:51:07 +01:00 |
Adrian Wälchli
|
13e192637c
|
Fix bitsandbytes layer conversion under `init_module` context manager (#18914)
|
2023-11-01 14:10:57 -04:00 |
thomas chaton
|
85933f355a
|
Improve map and chunkify (#18901)
Co-authored-by: thomas <thomas@thomass-MacBook-Pro.local>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2023-11-01 09:35:35 +00:00 |
thomas chaton
|
0843041d1d
|
Add broadcast to Dataset Optimizer with multiple nodes (#18860)
Co-authored-by: Luca Antiga <luca.antiga@gmail.com>
Co-authored-by: thomas <thomas@thomass-MacBook-Pro.local>
|
2023-10-27 00:42:46 +01:00 |
Carlos Mocholí
|
182c30b129
|
Update Habana integration to 1.2 (#18877)
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
|
2023-10-26 19:08:50 -04:00 |
dependabot[bot]
|
73f5df0a0a
|
Bump torch from 2.0.1 to 2.1.0 in /requirements (#18752)
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
|
2023-10-24 14:11:54 +02:00 |
Mauricio Villegas
|
c5a731c3cd
|
LinghtningCLI now will not allow setting a class instance as a default (#18822)
|
2023-10-23 20:21:06 -04:00 |
thomas chaton
|
e59dc41c8e
|
Improve DatasetOptimizer API (#18827)
Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: thomas <thomas@thomass-MacBook-Pro.local>
|
2023-10-23 18:06:48 +01:00 |
thomas chaton
|
3f86ad7ba7
|
Add name and version (#18796)
Co-authored-by: thomas <thomas@thomass-MacBook-Pro.local>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2023-10-16 06:33:50 -07:00 |
thomas chaton
|
142977d3eb
|
Introduce Dataset Optimizer (#18788)
Co-authored-by: thomas <thomas@thomass-MacBook-Pro.local>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2023-10-13 14:52:23 +01:00 |
Ethan Harris
|
83abe5e6a9
|
Bugfix: Pin `lightning-cloud` version (#18778)
|
2023-10-11 10:13:21 +01:00 |
dependabot[bot]
|
7fd5c02d9e
|
Bump pytest-xdist from 3.2.1 to 3.3.1 in /requirements (#18758)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-10-09 19:12:35 +02:00 |
dependabot[bot]
|
9f43227b52
|
Update matplotlib requirement from <3.8.0,>3.1 to >3.1,<3.9.0 in /requirements (#18757)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
|
2023-10-09 18:44:02 +02:00 |
dependabot[bot]
|
7a0b4548dd
|
Update torchmetrics requirement from <1.1.0,>=0.10.0 to >=0.10.0,<1.3.0 in /requirements (#18755)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-10-09 18:41:42 +02:00 |
Jirka Borovec
|
0e04760ebe
|
docs: pre-install lai sphinx theme (#18764)
|
2023-10-09 17:20:03 +02:00 |
thomas chaton
|
1d5851ffe2
|
Introduce Cache 1/n (#18642)
Co-authored-by: Ethan Harris <ethanwharris@gmail.com>
Co-authored-by: Luca Antiga <luca.antiga@gmail.com>
Co-authored-by: thomas <thomas@thomass-MacBook-Pro.local>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2023-10-09 16:06:32 +01:00 |
dependabot[bot]
|
6537a05977
|
Update fsspec requirement from <2023.7.0,>=2022.5.0 to >=2022.5.0,<2023.10.0 in /requirements (#18756)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-10-09 16:42:01 +02:00 |
Adrian Wälchli
|
c514f1cbea
|
Enable PyTorch 2.1 (#18718)
|
2023-10-06 07:17:03 -04:00 |
Adrian Wälchli
|
d31ef1f7d3
|
Drop support for PyTorch 1.11 (#18691)
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
|
2023-10-04 20:30:44 +02:00 |
dependabot[bot]
|
343f80436d
|
Bump coverage from 7.3.0 to 7.3.1 in /requirements (#18685)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
|
2023-10-03 22:51:43 +02:00 |
dependabot[bot]
|
9394a14505
|
Update pandas requirement from <2.1.0,>1.0 to >1.0,<2.2.0 in /requirements (#18468)
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>
|
2023-10-03 22:36:05 +02:00 |
Jirka Borovec
|
22add48383
|
strict freeze `deepspeed <=0.9.3` (#18693)
|
2023-10-03 21:05:40 +02:00 |
dependabot[bot]
|
74b2ff8196
|
Update fsspec[http] requirement from <2023.7.0,>2021.06.0 to >2021.06.0,<2023.10.0 in /requirements (#18469)
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-10-03 20:52:20 +02:00 |
dependabot[bot]
|
5b371e820c
|
Bump httpx from 0.24.1 to 0.25.0 in /requirements (#18684)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-10-03 20:51:40 +02:00 |
Jirka Borovec
|
d84ee36e98
|
test: fix compatibility with `onnxruntime` 0.16+ (#18692)
|
2023-10-03 19:42:42 +02:00 |
dependabot[bot]
|
a49092fefc
|
Update deepdiff requirement from <6.3.2,>=5.7.0 to >=5.7.0,<6.6 in /requirements (#18623)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
|
2023-10-02 22:59:00 +02:00 |
dependabot[bot]
|
99d28a355f
|
Update numpy requirement from <1.25.3,>=1.17.2 to >=1.17.2,<1.27 in /requirements (#18624)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
|
2023-10-02 22:53:27 +02:00 |
dependabot[bot]
|
7a0796e9f0
|
Bump playwright from 1.36.0 to 1.38.0 in /requirements (#18625)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
|
2023-10-02 22:44:10 +02:00 |
Jirka Borovec
|
df959aeb4f
|
fix `pydantic` compatibility for 2.0+ & allow new `fastAPI` (#18676)
|
2023-09-30 07:43:29 +02:00 |
Jirka Borovec
|
bd784d3bd2
|
ci: timeouts for docs build (#18654)
|
2023-09-29 15:38:35 +02:00 |
Jirka Borovec
|
4628dfe6fe
|
app: try to run tests in parallel (#17457)
|
2023-09-27 11:20:32 +02:00 |
Adam J. Stewart
|
3724c6f772
|
Relax constraints on jsonargparse dependency (#18632)
|
2023-09-25 17:01:34 +02:00 |
Jirka Borovec
|
f1df76ce84
|
ci/docs: fetch assets only for deployment, omit PR (#18609)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2023-09-22 12:51:44 +02:00 |
dependabot[bot]
|
32415c68ae
|
Update streamlit requirement from <1.26.0,>=1.13.0 to >=1.13.0,<1.27.0 in /requirements (#18472)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-09-19 16:00:14 -04:00 |
dependabot[bot]
|
d0c57b3c21
|
Bump click from 8.1.6 to 8.1.7 in /requirements (#18349)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
|
2023-09-19 15:59:13 -04:00 |
Adrian Wälchli
|
13760cdee7
|
Lazily import dependencies for CometLogger (#18540)
|
2023-09-14 16:47:43 -04:00 |
Justus Schock
|
1cee84ca2d
|
Replace LightningClient with import from lightning_cloud (#18544)
|
2023-09-13 14:55:05 +02:00 |
Jirka Borovec
|
dbe7ed46a3
|
replace tests skip with soft xfail (#18486)
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>
|
2023-09-12 23:11:03 +02:00 |
dependabot[bot]
|
941c446a0d
|
Update setuptools requirement from <68.1.0 to <68.3.0 in /requirements (#18517)
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/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/0.6...v68.2.0)
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-09-11 19:02:01 +02:00 |
Jirka Borovec
|
7b43e950a2
|
docs: switch PyTorch to lai template (#18450)
* docs: switch Pytorch to lai template
* rtfd
|
2023-09-11 18:43:42 +02:00 |
Jirka Borovec
|
bda974281d
|
docs: switch Fabric to lai template (#18449)
* docs: switch Fabric to lai template
* imports
|
2023-09-11 18:43:07 +02:00 |
Jirka Borovec
|
7834bb6377
|
relax some dependencies from `<=` to `<` (#18435)
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
|
2023-08-31 16:47:06 +02:00 |
dependabot[bot]
|
236e05d250
|
Bump sphinx-toolbox from 3.4.0 to 3.5.0 in /requirements (#18409)
|
2023-08-30 05:34:13 -04:00 |