Skip to content

Latest commit

 

History

History
36 lines (17 loc) · 867 Bytes

CHANGELOG.md

File metadata and controls

36 lines (17 loc) · 867 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[1.8.3] - 2022-11-DD

Added

Changed

Fixed

[1.8.2] - 2022-11-17

Fixed

  • Fixed the automatic fallback from LightningLite(strategy="ddp_spawn", ...) to LightningLite(strategy="ddp", ...) when on an LSF cluster (#15103)

[1.8.1] - 2022-11-10

Fixed

  • Fix an issue with the SLURM srun detection causing permission errors (#15485)
  • Fixed the import of lightning_lite causing a warning 'Redirects are currently not supported in Windows or MacOs' (#15610)