You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lightning/data/CHANGELOG.md
+21-16Lines changed: 21 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,37 +5,42 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
6
6
7
7
8
-
## [UnReleased] - 2023-11-DD
8
+
## [2.1.2] - 2023-11-15
9
9
10
10
### Added
11
11
12
-
-
12
+
- Created cache dir if it doesn't exist ([#18955](https://github.com/Lightning-AI/lightning/pull/18955))
13
+
- Cached directory per worker to avoid collisions ([#18957](https://github.com/Lightning-AI/lightning/pull/18957))
14
+
- Added the input_dir in the cache_dir to avoid overlapping downloads ([#18960](https://github.com/Lightning-AI/lightning/pull/18960))
15
+
- Added support for deleting chunks ([#18959](https://github.com/Lightning-AI/lightning/pull/18959))
16
+
- Added Video/Audio support ([#18977](https://github.com/Lightning-AI/lightning/pull/18977))
17
+
- Added multiple uploaders to the map, optimize ([#18989](https://github.com/Lightning-AI/lightning/pull/18989))
13
18
19
+
### Changed
14
20
15
-
### Fixed
16
-
17
-
-
21
+
- Greedily select files for data processor workers based on size ([#18907](https://github.com/Lightning-AI/lightning/pull/18907))
22
+
- Prevented downloading more chunks than needed ([#18964](https://github.com/Lightning-AI/lightning/pull/18964))
18
23
19
24
20
25
## [2.1.1] - 2023-11-06
21
26
22
27
### Added
23
28
24
-
- Add name and version ([#18796](https://github.com/Lightning-AI/lightning/pull/18796))
25
-
-Add support for text ([#18807](https://github.com/Lightning-AI/lightning/pull/18807))
26
-
-Introduce Dataset Optimizer (
29
+
-Added name and version ([#18796](https://github.com/Lightning-AI/lightning/pull/18796))
30
+
-Added support for text ([#18807](https://github.com/Lightning-AI/lightning/pull/18807))
Copy file name to clipboardExpand all lines: src/lightning/pytorch/CHANGELOG.md
+4-13Lines changed: 4 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
6
6
7
7
8
-
## [UnReleased] - 2023-11-DD
9
-
10
-
### Changed
11
-
12
-
-
13
-
8
+
## [2.1.2] - 2023-11-15
14
9
15
10
### Fixed
16
11
17
-
-
12
+
- Fixed an issue causing permission errors on Windows when attempting to create a symlink for the "last" checkpoint ([#18942](https://github.com/Lightning-AI/lightning/issues/18942))
13
+
- Fixed an issue where Metric instances from `torchmetrics` wouldn't get moved to the device when using FSDP ([#18954](https://github.com/Lightning-AI/lightning/issues/18954))
14
+
- Fixed an issue preventing the user to `Trainer.save_checkpoint()` an FSDP model when `Trainer.test/validate/predict()` ran after `Trainer.fit()` ([#18992](https://github.com/Lightning-AI/lightning/issues/18992))
18
15
19
16
## [2.1.1] - 2023-11-06
20
17
@@ -27,12 +24,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
27
24
- Fixed an issue parsing the version from folders that don't include a version number in `TensorBoardLogger` and `CSVLogger` ([#18897](https://github.com/Lightning-AI/lightning/issues/18897))
28
25
29
26
30
-
- Fixed an issue causing permission errors on Windows when attempting to create a symlink for the "last" checkpoint ([#18942](https://github.com/Lightning-AI/lightning/issues/18942))
31
-
32
-
33
-
- Fixed an issue where Metric instances from `torchmetrics` wouldn't get moved to the device when using FSDP ([#18954](https://github.com/Lightning-AI/lightning/issues/18954))
0 commit comments