Skip to content

Commit

Permalink
Prepare for LH 1.4.0 (#153)
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome <[email protected]>
  • Loading branch information
jerome-habana authored Feb 16, 2024
1 parent 6dbd7c9 commit 2d3f6ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased version] - YYYY-MM-DD
## [1.4.0] - 2024-02-16

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The `devices>1` parameter with HPUs enables the Habana accelerator for distribut
| --------------------- | --------------------------------------------------- |
| PyTorch | 2.1.1 |
| (PyTorch) Lightning\* | 2.1.x |
| **Lightning Habana** | **1.4.0-dev0** |
| **Lightning Habana** | **1.4.0** |
| DeepSpeed\*\* | Forked from v0.12.4 of the official DeepSpeed repo. |

\* covers both packages [`lightning`](https://pypi.org/project/lightning/) and [`pytorch-lightning`](https://pypi.org/project/pytorch-lightning/)
Expand Down
2 changes: 1 addition & 1 deletion src/lightning_habana/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.4.0-dev0"
__version__ = "1.4.0"
__author__ = "Lightning-AI et al."
__author_email__ = "[email protected]"
__license__ = "Apache-2.0"
Expand Down

0 comments on commit 2d3f6ba

Please sign in to comment.