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/fabric/CHANGELOG.md
+1-22Lines changed: 1 addition & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,37 +5,16 @@ 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] - 202X-XX-XX
9
-
10
-
### Added
11
-
12
-
-
13
-
8
+
## [2.1.1] - 2023-11-02
14
9
15
10
### Changed
16
11
17
12
- Calling a method other than `forward` that invokes submodules is now an error when the model is wrapped (e.g., with DDP) ([#18819](https://github.com/Lightning-AI/lightning/pull/18819))
18
13
19
-
20
-
21
-
### Deprecated
22
-
23
-
-
24
-
25
-
26
-
### Removed
27
-
28
-
-
29
-
30
-
31
14
### Fixed
32
15
33
16
- Fixed false-positive warnings about method calls on the Fabric-wrapped module ([#18819](https://github.com/Lightning-AI/lightning/pull/18819))
34
-
35
-
36
17
- Refined the FSDP saving logic and error messaging when path exists ([#18884](https://github.com/Lightning-AI/lightning/pull/18884))
37
-
38
-
39
18
- Fixed layer conversion under `Fabric.init_module()` context manager when using the `BitsandbytesPrecision` plugin ([#18914](https://github.com/Lightning-AI/lightning/pull/18914))
Copy file name to clipboardExpand all lines: src/lightning/pytorch/CHANGELOG.md
+1-29Lines changed: 1 addition & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,42 +5,14 @@ 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] - 202X-XX-XX
9
-
10
-
### Added
11
-
12
-
-
13
-
14
-
15
-
### Changed
16
-
17
-
-
18
-
19
-
20
-
### Deprecated
21
-
22
-
-
23
-
24
-
25
-
### Removed
26
-
27
-
-
28
-
8
+
## [2.1.1] - 2023-11-02
29
9
30
10
### Fixed
31
11
32
12
- Fixed an issue when replacing an existing `last.ckpt` file with a symlink ([#18793](https://github.com/Lightning-AI/lightning/pull/18793))
33
-
34
-
35
13
- Fixed an issue when `BatchSizeFinder``steps_per_trial` parameter ends up defining how many validation batches to run during the entire training ([#18394](https://github.com/Lightning-AI/lightning/issues/18394))
36
-
37
-
38
14
- Fixed an issue saving the `last.ckpt` file when using `ModelCheckpoint` on a remote filesystem and no logger is used ([#18867](https://github.com/Lightning-AI/lightning/issues/18867))
39
-
40
-
41
15
- Refined the FSDP saving logic and error messaging when path exists ([#18884](https://github.com/Lightning-AI/lightning/pull/18884))
42
-
43
-
44
16
- 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))
0 commit comments